Freigeben über


SfcInstance.AbstractIdentityKey-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Friend Property AbstractIdentityKey As SfcKey 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The abstract key identifier.

Siehe auch

Verweis

SfcInstance Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace