Partager via


Propriété PolicyCategorySubscription.Key.ID

Gets the name of the PolicyCategorySubscription key.

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

Syntaxe

'Déclaration
Public Property ID As Integer 
    Get 
    Set
'Utilisation
Dim instance As PolicyCategorySubscription.Key 
Dim value As Integer 

value = instance.ID

instance.ID = value
public int ID { get; set; }
public:
property int ID {
    int get ();
    void set (int value);
}
member ID : int with get, set
function get ID () : int 
function set ID (value : int)

Valeur de propriété

Type : System.Int32
A Int32 value that specifies the ID of the key value.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

PolicyCategorySubscription.Key Classe

Espace de noms Microsoft.SqlServer.Management.Dmf