Dela via


ISqlAuthorizedObject.Authorizer Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISqlAuthorizedObject Interface

ISqlAuthorizedObject Members

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