Condividi tramite


Proprietà ExplicitPermissionInfo.Grantor

Gets the name of the principle that grants the permission.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Grantor As String 
    Get
'Utilizzo
Dim instance As ExplicitPermissionInfo 
Dim value As String 

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

Valore proprietà

Tipo: System.String
The name of the principle that grants the permission.

Vedere anche

Riferimento

ExplicitPermissionInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices