Freigeben über


SfcProperty.IdentityKey-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
Public ReadOnly Property IdentityKey As Boolean 
    Get
'Usage
Dim instance As SfcProperty 
Dim value As Boolean 

value = instance.IdentityKey
public bool IdentityKey { get; }
public:
property bool IdentityKey {
    bool get ();
}
member IdentityKey : bool
function get IdentityKey () : boolean

Eigenschaftswert

Typ: System.Boolean
true if an identity key appears in the property; otherwise, false.

Siehe auch

Verweis

SfcProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace