Freigeben über


PermissionInfo.ObjectID-Eigenschaft

Gets the ID value that uniquely identifies the object to which the permission applies.

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

Syntax

'Declaration
Public ReadOnly Property ObjectID As Integer 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Int32
An Int32 value that specifies the ID value that uniquely identifies the object.

Hinweise

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.

Beispiele

Gewährung, Widerrufen und Verweigern von Berechtigungen

Siehe auch

Verweis

PermissionInfo Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Berechtigungen (Datenbankmodul)

sys.syspermissions (Transact-SQL)