| DatabaseTestBaseLogin Property |
Gets the login information. If you want to use trusted connection login on the local
machine, there is no need to set anything here.
Namespace: PDTec.IceNet.Sdk.TestAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
Remarks
If the login is switched to SQL Server authentication (UseTrustedConnection = false)
the login must be member of the server role "sysadmin". This is required to create and
drop the test database.
See Also