Sdílet prostřednictvím


AuthenticationEndpointProtocolOption.AuthenticationTypes – vlastnost

Získá nebo nastaví typy ověřování.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
Vrátí AuthenticationTypes hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AuthenticationEndpointProtocolOption Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů