ISql90AuthorizedObject.Authorizer Property

Gets or sets the owner of the object.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Authorizer As ISql90ObjectAuthorizer
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90ObjectAuthorizer

.NET Framework Security

See Also

Reference

ISql90AuthorizedObject Interface

Authorizer Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace