Share via


ISql90AuthorizedObject.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 ISql90ObjectAuthorizer
'Usage
Dim instance As ISql90AuthorizedObject 
Dim value As ISql90ObjectAuthorizer 

value = instance.Authorizer

instance.Authorizer = value
ISql90ObjectAuthorizer Authorizer { get; set; }
property ISql90ObjectAuthorizer^ Authorizer {
    ISql90ObjectAuthorizer^ get ();
    void set (ISql90ObjectAuthorizer^ value);
}
function get Authorizer () : ISql90ObjectAuthorizer 
function set Authorizer (value : ISql90ObjectAuthorizer)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90AuthorizedObject Interface

ISql90AuthorizedObject Members

Authorizer Overload

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