Свойство ExplicitPermissionInfo.Grantor

Gets the name of the principle that grants the permission.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property Grantor As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
The name of the principle that grants the permission.

См. также

Справочник

ExplicitPermissionInfo Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices