Propriedade do RDL GrantorType
Obtém o tipo de concessor.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property GrantorType As PrincipalType
Get
'Uso
Dim instance As PermissionInfo
Dim value As PrincipalType
value = instance.GrantorType
public PrincipalType GrantorType { get; }
public:
property PrincipalType GrantorType {
PrincipalType get ();
}
member GrantorType : PrincipalType
function get GrantorType () : PrincipalType
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PrincipalType
Um valor do objeto PrincipalType que especifica o tipo do usuário autorizado.
Consulte também