Proprietà ISql90HttpProtocolSpecifier.AuthenticationRealm

Ottiene o imposta un valore che modella l'opzione AUTH_REALM.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90HttpProtocolSpecifier Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel