Share via


SqlInterpreterConstructor.DefaultDatabaseAuthorizer Property

Gets or sets the default database authorizer.

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

Syntax

'Declaration
Public Property DefaultDatabaseAuthorizer As String
    Get
    Set
'Usage
Dim instance As SqlInterpreterConstructor
Dim value As String

value = instance.DefaultDatabaseAuthorizer

instance.DefaultDatabaseAuthorizer = value
public string DefaultDatabaseAuthorizer { get; set; }
public:
property String^ DefaultDatabaseAuthorizer {
    String^ get ();
    void set (String^ value);
}
function get DefaultDatabaseAuthorizer () : String
function set DefaultDatabaseAuthorizer (value : String)
member DefaultDatabaseAuthorizer : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlInterpreterConstructor Class

SqlInterpreterConstructor Members

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