PropertyCollection.ISfcPropertySet.TryGetPropertyValue Metodo

Definizione

Overload

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

Parametri

name
String
value
Object

Valori restituiti

Implementazioni

Si applica 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

Parametri di tipo

T

Parametri

name
String
value
T

Valori restituiti

Implementazioni

Si applica a