Freigeben über


ID-Eigenschaft

Gets the name of the PolicyCategorySubscription key.

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

Syntax

'Declaration
Public Property ID As Integer
    Get
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.