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
- 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.