Compartilhar via


Propriedade do RDL PermissionInfo.ObjectID

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

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

Sintaxe

'Declaração
Public ReadOnly Property ObjectID As Integer 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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.

Exemplos

Concedendo, revogando e negando permissões

Consulte também

Referência

PermissionInfo Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Permissões (Mecanismo de Banco de Dados)

sys.syspermissions (Transact-SQL)