Condividi tramite


Proprietà AuthenticationEndpointProtocolOption.AuthenticationTypes

Ottiene o imposta i tipi di autenticazione.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
Restituisce un valore di enumerazione AuthenticationTypes.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AuthenticationEndpointProtocolOption Classe

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