Classe ServerPermissionInfo
The ServerPermissionInfo object represents information about a SQL Server server-level permission.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.PermissionInfo
Microsoft.SqlServer.Management.Smo.ServerPermissionInfo
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Class ServerPermissionInfo _
Inherits PermissionInfo
'Uso
Dim instance As ServerPermissionInfo
public class ServerPermissionInfo : PermissionInfo
public ref class ServerPermissionInfo : public PermissionInfo
type ServerPermissionInfo =
class
inherit PermissionInfo
end
public class ServerPermissionInfo extends PermissionInfo
O tipo ServerPermissionInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ServerPermissionInfo | Initializes a new instance of the ServerPermissionInfo class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ColumnName | Gets the name of the column that has permissions granted or denied. (Herdado de PermissionInfo.) | |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (Herdado de PermissionInfo.) | |
GranteeType | Gets the type of grantee. (Herdado de PermissionInfo.) | |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. (Herdado de PermissionInfo.) | |
GrantorType | Gets the type of grantor. (Herdado de PermissionInfo.) | |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. (Herdado de PermissionInfo.) | |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. (Herdado de PermissionInfo.) | |
ObjectName | Gets the name of the object to which the permission applies. (Herdado de PermissionInfo.) | |
ObjectSchema | Gets the schema of the object to which the permission applies. (Herdado de PermissionInfo.) | |
PermissionState | Gets the permission state of the object to which the permission applies, such as whether the permission is granted, denied, granted with grant, or revoked. (Herdado de PermissionInfo.) | |
PermissionType | Gets the type of permission. | |
PermissionTypeInternal | Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. (Herdado de PermissionInfo.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns the object as a String value. (Herdado de PermissionInfo.) |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Exemplos
Concedendo, revogando e negando permissões
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.