IMiningModelViewerControl.ConnectionString Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a string used to open a connection.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

string ConnectionString { get; set; }
property String^ ConnectionString {
    String^ get();
    void set(String^ value);
}
abstract ConnectionString : string with get, set
Property ConnectionString As String

Property Value

Type: System.String

A string used to open a connection.

See Also

IMiningModelViewerControl Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top