SfcProperty.IdentityKey Property

 

Applies To: SQL Server 2016 Preview

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

public bool IdentityKey { get; }
public:
property bool IdentityKey {
    bool get();
}
member IdentityKey : bool with get
Public ReadOnly Property IdentityKey As Boolean

Property Value

Type: System.Boolean

true if an identity key appears in the property; otherwise, false.

See Also

SfcProperty Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top