ISql90AuthorizedObject.Authorizer 属性

获取或设置对象的所有者。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90AuthorizedObject 接口

Authorizer 重载

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