ISqlAuthorizedObject.Authorizer 属性

获取或设置此对象的授权方。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property Authorizer As ISqlObjectAuthorizer
    Get
    Set
ISqlObjectAuthorizer Authorizer { get; set; }
property ISqlObjectAuthorizer^ Authorizer {
    ISqlObjectAuthorizer^ get ();
    void set (ISqlObjectAuthorizer^ value);
}
abstract Authorizer : ISqlObjectAuthorizer with get, set
function get Authorizer () : ISqlObjectAuthorizer
function set Authorizer (value : ISqlObjectAuthorizer)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISqlObjectAuthorizer

.NET Framework 安全性

请参见

参考

ISqlAuthorizedObject 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间