共用方式為


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 命名空間