Propriedade do RDL ExplicitPermissionInfo.Grantee
Gets the name of the principle that granted the permission.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Grantee As String
Get
'Uso
Dim instance As ExplicitPermissionInfo
Dim value As String
value = instance.Grantee
public string Grantee { get; }
public:
property String^ Grantee {
String^ get ();
}
member Grantee : string
function get Grantee () : String
Valor da propriedade
Tipo: System.String
The name of the principle that granted the permission.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices