PolicyId Propiedad
Gets an integer value that contains the policy Id.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property PolicyId As Integer
Get
'Uso
Dim instance As PolicyCategoryInformation
Dim value As Integer
value = instance.PolicyId
public int PolicyId { get; }
public:
property int PolicyId {
int get ();
}
member PolicyId : int
function get PolicyId () : int
Valor de la propiedad
Tipo: System. . :: . .Int32
An integer value that contains the policy Id.
Vea también