Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Condition.Key of the condition object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Condition.Key
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Dmf.Condition.Key
The Condition.Key object.