Share via


IMiningModelViewerControl.MiningModelName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the mining model.

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

Syntax

'Declaration
Property MiningModelName As String 
    Get 
    Set
'Usage
Dim instance As IMiningModelViewerControl 
Dim value As String 

value = instance.MiningModelName

instance.MiningModelName = value
string MiningModelName { get; set; }
property String^ MiningModelName {
    String^ get ();
    void set (String^ value);
}
abstract MiningModelName : string with get, set
function get MiningModelName () : String 
function set MiningModelName (value : String)

Property Value

Type: System.String
The name of the mining model.

See Also

Reference

IMiningModelViewerControl Interface

Microsoft.DataWarehouse.Interfaces Namespace