PropertyCollection.ISfcPropertySet.TryGetProperty Method

Definition

bool ISfcPropertySet.TryGetProperty (string name, out Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetProperty : string * ISfcProperty -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetProperty : string * ISfcProperty -> bool
Function TryGetProperty (name As String, ByRef property As ISfcProperty) As Boolean Implements ISfcPropertySet.TryGetProperty

Parameters

name
String
property
ISfcProperty

Returns

Implements

Applies to