dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / Authentication Property

In This Topic
    Authentication Property
    In This Topic
    Gets or sets the authentication method to use for connecting to SQL Azure.
    Syntax
    'Declaration
     
    Public Property Authentication As SqlAuthenticationMethod
    public SqlAuthenticationMethod Authentication {get; set;}

    Property Value

    One of the SqlAuthenticationMethod values.
    See Also