ISfcPropertySet.TryGetProperty(String, ISfcProperty) Method

Definition

Attempts to get property metadata

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

Parameters

name
String

property name

property
ISfcProperty

property information

Returns

Applies to