Compartir a través de


SfcProperty.IdentityKey Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property IdentityKey As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

SfcProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc