Partager via


Propriété PolicyCategoryInformation.PolicyId

Gets an integer value that contains the policy Id.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PolicyId As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An integer value that contains the policy Id.

Voir aussi

Référence

PolicyCategoryInformation Classe

Espace de noms Microsoft.SqlServer.Management.Dmf