SfcInstance.AbstractIdentityKey 屬性
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Friend Property AbstractIdentityKey As SfcKey
Get
Set
'用途
Dim value As SfcKey
value = Me.AbstractIdentityKey
Me.AbstractIdentityKey = value
protected internal SfcKey AbstractIdentityKey { get; set; }
protected public:
property SfcKey^ AbstractIdentityKey {
SfcKey^ get ();
void set (SfcKey^ value);
}
member AbstractIdentityKey : SfcKey with get, set
function get AbstractIdentityKey () : SfcKey
function set AbstractIdentityKey (value : SfcKey)
屬性值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The abstract key identifier.