Proprietà ObjectID
Ottiene il valore ID che identifica in modo univoco l'oggetto al quale si applica l'autorizzazione.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ObjectID As Integer
Get
'Utilizzo
Dim instance As PermissionInfo
Dim value As Integer
value = instance.ObjectID
public int ObjectID { get; }
public:
property int ObjectID {
int get ();
}
member ObjectID : int
function get ObjectID () : int
Valore proprietà
Tipo: System. . :: . .Int32
Valore Int32 che specifica il valore ID che identifica in modo univoco l'oggetto.
Osservazioni
The ObjectID property is 0 for a Server object or a Database object. Otherwise, it specifies the ID of the object within the class specified by the ObjectClass property.
Vedere anche