Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Shared Property TestService As DatabaseTestService
'Usage
Dim value As DatabaseTestService
value = DatabaseTestClass.TestService
DatabaseTestClass.TestService = value
public static DatabaseTestService TestService { get; set; }
public:
static property DatabaseTestService^ TestService {
DatabaseTestService^ get ();
void set (DatabaseTestService^ value);
}
public static function get TestService () : DatabaseTestService
public static function set TestService (value : DatabaseTestService)
Property Value
Type: Microsoft.Data.Schema.UnitTesting.DatabaseTestService
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.