Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the key that uniquely identifies the policy category.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property IdentityKey As PolicyCategory.Key
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Dmf.PolicyCategory.Key
A PolicyCategory.Key value that specifies the key that uniquely identifies the policy category.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.