Bagikan melalui


ExplicitPermissionInfo.Grantor Property

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

ExplicitPermissionInfo Class

Microsoft.SqlServer.Management.IntegrationServices Namespace