Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the principle that granted the permission.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Property Grantee As String
Get
'Usage
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
Property Value
Type: System.String
The name of the principle that granted the permission.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace