Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The PermissionInfo class represents information regarding granted or denied privileges.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.PermissionInfo
Microsoft.SqlServer.Management.Smo.DatabasePermissionInfo
Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo
Microsoft.SqlServer.Management.Smo.ServerPermissionInfo
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Class PermissionInfo
'Uso
Dim instance As PermissionInfo
public class PermissionInfo
public ref class PermissionInfo
type PermissionInfo = class end
public class PermissionInfo
O tipo PermissionInfo expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
ColumnName | Gets the name of the column that has permissions granted or denied. |
![]() |
Grantee | Gets the name of the database user, logon, or database role who has been granted or denied access to the object. |
![]() |
GranteeType | Gets the type of grantee. |
![]() |
Grantor | Gets the name of the database user, logon, or database role who granted or denied access to the object. |
![]() |
GrantorType | Gets the type of grantor. |
![]() |
ObjectClass | Gets the object class for the object to which permissions have been granted or denied. |
![]() |
ObjectID | Gets the ID value that uniquely identifies the object to which the permission applies. |
![]() |
ObjectName | Gets the name of the object to which the permission applies. |
![]() |
ObjectSchema | Gets the schema of the object to which the permission applies. |
![]() |
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. |
![]() |
PermissionTypeInternal | Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. |
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. (Substitui Object.ToString().) |
Início
Comentários
The PermissionInfo object is returned by the EnumObjectPermissions method.
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.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo
.gif)
.gif)
.gif)
.gif)