Delen via


AuthenticationEndpointProtocolOption.AuthenticationTypes Property

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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.AuthenticationTypes
The authentication types.

See Also

Reference

AuthenticationEndpointProtocolOption Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace