Compartir a través de


IdentityKey Propiedad

Gets the SfcKey object.

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

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ObjectSet..::..Key
    Get
'Uso
Dim instance As ObjectSet
Dim value As ObjectSet..::..Key

value = instance.IdentityKey
[SfcIgnoreAttribute]
public ObjectSet..::..Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ObjectSet..::..Key^ IdentityKey {
    ObjectSet..::..Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ObjectSet..::..Key
function get IdentityKey () : ObjectSet..::..Key