共用方式為


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