Propriedade AuthenticationEndpointProtocolOption.AuthenticationTypes

Obtém ou define os tipos de autenticação.

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

Sintaxe

'Declaração
Public Property AuthenticationTypes As AuthenticationTypes
    Get
    Set
public AuthenticationTypes AuthenticationTypes { get; set; }
public:
property AuthenticationTypes AuthenticationTypes {
    AuthenticationTypes get ();
    void set (AuthenticationTypes value);
}
member AuthenticationTypes : AuthenticationTypes with get, set
function get AuthenticationTypes () : AuthenticationTypes
function set AuthenticationTypes (value : AuthenticationTypes)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
Retorna um AuthenticationTypes valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

AuthenticationEndpointProtocolOption Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql