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.

请参阅

参考

Condition 类

Microsoft.SqlServer.Management.Dmf 命名空间