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 grants the permission.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Property Grantor As String
Get
'Usage
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
Property Value
Type: System.String
The name of the principle that grants the permission.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace