PropertyCollection.ISfcPropertySet.TryGetPropertyValue Method

Definition

Overloads

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

Parameters

name
String
value
Object

Returns

Implements

Applies to

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

Type Parameters

T

Parameters

name
String
value
T

Returns

Implements

Applies to