Proprietà ObjectID
Gets the ID value that uniquely identifies the object to which the permission applies.
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
An Int32 value that specifies the ID value that uniquely identifies the object.
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