Compartir a través de


IdentityKey Propiedad

Gets the Condition..::..Key of the condition 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 Condition..::..Key
    Get
'Uso
Dim instance As Condition
Dim value As Condition..::..Key

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