IMiningModelViewerControl.MiningModelName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the mining model.

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

Syntax

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

Property Value

Type: System.String

The name of the mining model.

See Also

IMiningModelViewerControl Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top