Share via


ExplicitPermissionInfo.Grantee Property

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

ExplicitPermissionInfo Class

Microsoft.SqlServer.Management.IntegrationServices Namespace