Compartir a través de


PermissionInfo.ObjectSchema Propiedad

Gets the schema of the object to which the permission applies.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ObjectSchema As String 
    Get
'Uso
Dim instance As PermissionInfo 
Dim value As String 

value = instance.ObjectSchema
public string ObjectSchema { get; }
public:
property String^ ObjectSchema {
    String^ get ();
}
member ObjectSchema : string
function get ObjectSchema () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the schema of the object.

Ejemplos

Conceder, revocar y denegar permisos

Vea también

Referencia

PermissionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Permisos (motor de base de datos)

sys.syspermissions (Transact-SQL)