Propriété Condition.IdentityKey
Gets the Condition.Key of the condition object.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Condition.Key
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Dmf.Condition.Key
The Condition.Key object.