Share via


ConnectionContextElement.Provider Property

 

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