IdentityKey Propiedad
Gets the key that uniquely identifies the policy category.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property IdentityKey As PolicyCategory..::..Key
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .PolicyCategory. . :: . .Key
A PolicyCategory..::..Key value that specifies the key that uniquely identifies the policy category.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también