Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSourceAttribute::ConnectionString Property

 

Gets a value representing the connection string for the data source.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
property String^ ConnectionString {
	String^ get();
}

Property Value

Type: System::String^

The connection string used to access the data source.

To set this attribute property, see .b8c785ec-f678-4513-9b93-d22da467c698

Return to top
Show: