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.Tools.Schema.Sql.UnitTesting.Configuration
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
public string Provider { get; set; }
public:
property String^ Provider {
String^ get();
void set(String^ value);
}
member Provider : string with get, set
Public Property Provider As String
Property Value
Type: System.String
See Also
ConnectionContextElement Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration Namespace
Return to top