PropertyCollection.ISfcPropertySet.TryGetPropertyValue Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ISfcPropertySet.TryGetPropertyValue(String, Object) | |
| ISfcPropertySet.TryGetPropertyValue<T>(String, T) |
ISfcPropertySet.TryGetPropertyValue(String, Object)
bool ISfcPropertySet.TryGetPropertyValue(string name, out object value);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * obj -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * obj -> bool
Function TryGetPropertyValue (name As String, ByRef value As Object) As Boolean Implements ISfcPropertySet.TryGetPropertyValue
Parámetros
- name
- String
- value
- Object
Devoluciones
Implementaciones
Se aplica a
ISfcPropertySet.TryGetPropertyValue<T>(String, T)
bool ISfcPropertySet.TryGetPropertyValue<T>(string name, out T value);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * 'T -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * 'T -> bool
Function TryGetPropertyValue(Of T) (name As String, ByRef value As T) As Boolean Implements ISfcPropertySet.TryGetPropertyValue
Parámetros de tipo
- T
Parámetros
- name
- String
- value
- T