Свойство Permission.Grantee

Grantee relationship class of Permission

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

Синтаксис

'Декларация
Public Shared Property Grantee As ModelRelationshipClass 
    Get 
    Friend Set
'Применение
Dim value As ModelRelationshipClass 

value = Permission.Grantee
public static ModelRelationshipClass Grantee { get; internal set; }
public:
static property ModelRelationshipClass^ Grantee {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member Grantee : ModelRelationshipClass with get, internal set
static function get Grantee () : ModelRelationshipClass 
internal static function set Grantee (value : ModelRelationshipClass)

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

Тип: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

См. также

Справочник

Permission Класс

Пространство имен Microsoft.SqlServer.Dac.Model