AuthenticationEndpointProtocolOption.AuthenticationTypes-Eigenschaft

Ruft die Authentifizierungstypen ab oder legt sie fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
Gibt einen AuthenticationTypes-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AuthenticationEndpointProtocolOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace