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.Test
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
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