次の方法で共有


Condition.IdentityKey プロパティ

条件オブジェクトの Condition.Key を取得します。

名前空間:  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
Condition.Key オブジェクトです。

関連項目

参照

Condition クラス

Microsoft.SqlServer.Management.Dmf 名前空間