Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public DatabaseTestBaseLoginInfo Login { get; }

Property Value

Type: DatabaseTestBaseLoginInfo
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