Share via


ISqlAuthorizedObject.Authorizer Property

Gets or sets the object authorizer.

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

Syntax

'Declaration
Property Authorizer As ISqlObjectAuthorizer
    Get
    Set
'Usage
Dim instance As ISqlAuthorizedObject
Dim value As ISqlObjectAuthorizer

value = instance.Authorizer

instance.Authorizer = value
ISqlObjectAuthorizer Authorizer { get; set; }
property ISqlObjectAuthorizer^ Authorizer {
    ISqlObjectAuthorizer^ get ();
    void set (ISqlObjectAuthorizer^ value);
}
function get Authorizer () : ISqlObjectAuthorizer
function set Authorizer (value : ISqlObjectAuthorizer)
abstract Authorizer : ISqlObjectAuthorizer with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlObjectAuthorizer
Returns a ISqlObjectAuthorizer.

.NET Framework Security

See Also

Reference

ISqlAuthorizedObject Interface

ISqlAuthorizedObject Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace