ISfcPropertySet.TryGetProperty(String, ISfcProperty) 方法

定義

嘗試取得屬性元資料

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

參數

name
String

物業名稱

property
ISfcProperty

物業資訊

傳回

適用於