Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.