| DatabaseTestBaseLoginInfoUseTrustedConnection Property |
Gets or sets if trusted connection (= Windows) login should be used.
If UseTrustedConnection is set to false, SQL Server login
will be used and requires to set the Name and Password
properties explicitly.
Namespace: PDTec.IceNet.Sdk.TestAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic bool UseTrustedConnection { get; set; }Property Value
Type:
Boolean
See Also