共用方式為


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 命名空間