ISql90HttpProtocolSpecifier.AuthenticationRealm-Eigenschaft

Ruft einen Wert ab, der die AUTH_REALM-Option modelliert, oder legt den Wert fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90HttpProtocolSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace