Propriedade ID
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