不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Property Retrieved As Boolean
Get
Friend Set
'用途
Dim instance As SfcProperty
Dim value As Boolean
value = instance.Retrieved
public bool Retrieved { get; internal set; }
public:
property bool Retrieved {
bool get ();
internal: void set (bool value);
}
member Retrieved : bool with get, internal set
function get Retrieved () : boolean
internal function set Retrieved (value : boolean)
屬性值
型別:System.Boolean
true if property collection retrieves the specified property name value; otherwise, false.