Gets the key that uniquely identifies the policy category.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public ReadOnly Property IdentityKey As PolicyCategory.Key
Get
用法
Dim instance As PolicyCategory
Dim value As PolicyCategory.Key
value = instance.IdentityKey
public PolicyCategory.Key IdentityKey { get; }
public:
property PolicyCategory.Key^ IdentityKey {
PolicyCategory.Key^ get ();
}
member IdentityKey : PolicyCategory.Key
function get IdentityKey () : PolicyCategory.Key
属性值
类型:Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key
A PolicyCategory.Key value that specifies the key that uniquely identifies the policy category.
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。