PermissionInfo.GrantorType Propiedad
Gets the type of grantor.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.PrincipalType
A PrincipalType object value that specifies the type of grantee.
Ejemplos
Conceder, revocar y denegar permisos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo