Policy.IdentityKey 属性

Gets the key that identifies the policy.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Policy.Key 
    Get
用法
Dim instance As Policy 
Dim value As Policy.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public Policy.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Policy.Key^ IdentityKey {
    Policy.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Policy.Key
function get IdentityKey () : Policy.Key

属性值

类型:Microsoft.SqlServer.Management.Dmf.Policy.Key
A Policy.Key object value that specifies the identity key.

示例

设置属性

请参阅

参考

Policy 类

Microsoft.SqlServer.Management.Dmf 命名空间