Condition.IdentityKey 속성
Gets the Condition.Key of the condition object.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Condition.Key
Get
‘사용 방법
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
속성 값
유형: Microsoft.SqlServer.Management.Dmf.Condition.Key
The Condition.Key object.