Freigeben über


AuthenticationEndpointProtocolOption.AuthenticationTypes-Eigenschaft

Gets or sets the authentication types.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property AuthenticationTypes As AuthenticationTypes 
    Get 
    Set
'Usage
Dim instance As AuthenticationEndpointProtocolOption 
Dim value As AuthenticationTypes 

value = instance.AuthenticationTypes

instance.AuthenticationTypes = value
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.SqlServer.TransactSql.ScriptDom.AuthenticationTypes
The authentication types.

Siehe auch

Verweis

AuthenticationEndpointProtocolOption Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace