Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.