Propriedade SqlInterpreterConstructor.DefaultServerAuthorizer
Obtém ou define o responsável pela autorização para usar objetos de servidor, se ele não foi especificado explicitamente.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Public Property DefaultServerAuthorizer As String
Get
Set
public string DefaultServerAuthorizer { get; set; }
public:
property String^ DefaultServerAuthorizer {
String^ get ();
void set (String^ value);
}
member DefaultServerAuthorizer : string with get, set
function get DefaultServerAuthorizer () : String
function set DefaultServerAuthorizer (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.