Propriedade do RDL ObjectID
Obtém o valor de ID que identifica exclusivamente o objeto ao qual a permissão se aplica.
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
Um valor Int32 que especifica o valor de ID que identifica exclusivamente o objeto.
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.
Consulte também