UIConnectionInfo.AuthenticationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication.
public:
property int AuthenticationType { int get(); void set(int value); };
public int AuthenticationType { get; set; }
member this.AuthenticationType : int with get, set
Public Property AuthenticationType As Integer
Property Value
An Int32 value that specifies 1
if the connection dialog should use SQL Server Authentication or 0
if it should use Windows Authentication.
Remarks
When possible, use Windows Authentication.