Dela via


DatabaseTestClass.TestContext Property

Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property TestContext As TestContext
'Usage
Dim instance As DatabaseTestClass 
Dim value As TestContext 

value = instance.TestContext

instance.TestContext = value
[BrowsableAttribute(false)]
public TestContext TestContext { get; set; }
[BrowsableAttribute(false)]
public:
property TestContext^ TestContext {
    TestContext^ get ();
    void set (TestContext^ value);
}
public function get TestContext () : TestContext 
public function set TestContext (value : TestContext)

Property Value

Type: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext

.NET Framework Security

See Also

Reference

DatabaseTestClass Class

DatabaseTestClass Members

Microsoft.Data.Schema.UnitTesting Namespace