Propriedade ISql90HttpProtocolSpecifier.AuthenticationRealm

Obtém ou define um valor que modela a opção AUTH_REALM.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90HttpProtocolSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel