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.2.0.0 (7.2.7583.15464)
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