Specifies whether to use Microsoft Windows integrated security to access a Microsoft SQL Server database.
Syntax
object.UseNTSecurity [= Boolean]
Parameters
The Active property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether to use Windows integrated security. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Uses Windows integrated security to secure access to the chosen MS SQL Server database. |
False |
Uses the user ID and password to secure access to the chosen MS SQL Server database. (Default) |
Remarks
Use this property to use Windows integrated security to access MS SQL Server providers.