Partager via


Propriété AuthenticationEndpointProtocolOption.AuthenticationTypes

Gets or sets the authentication types.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property AuthenticationTypes As AuthenticationTypes 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

AuthenticationEndpointProtocolOption Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom