Propriedade do RDL ExplicitPermissionInfo.Grantor
Gets the name of the principle that grants the permission.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Grantor As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The name of the principle that grants the permission.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices