Propriedade ISql90HttpProtocolSpecifier.AuthenticationMode

Obtém ou define o modo de autenticação.

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

Sintaxe

'Declaração
Property AuthenticationMode As Sql90AuthenticationModes
    Get
    Set
Sql90AuthenticationModes AuthenticationMode { get; set; }
property Sql90AuthenticationModes AuthenticationMode {
    Sql90AuthenticationModes get ();
    void set (Sql90AuthenticationModes value);
}
abstract AuthenticationMode : Sql90AuthenticationModes with get, set
function get AuthenticationMode () : Sql90AuthenticationModes
function set AuthenticationMode (value : Sql90AuthenticationModes)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.Sql90AuthenticationModes

Segurança do .NET Framework

Consulte também

Referência

ISql90HttpProtocolSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel