ID propriété
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans 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 la propriété
Type : System. . :: . .Int32