Compartir a través de


ISql90HttpProtocolSpecifier.AuthenticationRealm (Propiedad)

Obtiene o establece un valor que modela la opción AUTH_REALM.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property AuthenticationRealm As String
    Get
    Set
string AuthenticationRealm { get; set; }
property String^ AuthenticationRealm {
    String^ get ();
    void set (String^ value);
}
abstract AuthenticationRealm : string with get, set
function get AuthenticationRealm () : String
function set AuthenticationRealm (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90HttpProtocolSpecifier Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)