Partilhar via


Propriedade do RDL PolicyCategorySubscription.Key.ID

Gets the name of the PolicyCategorySubscription key.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Property ID As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

PolicyCategorySubscription.Key Classe

Namespace Microsoft.SqlServer.Management.Dmf