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