Share via


Propriété IMiningModelViewerControl.MiningModelName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the name of the mining model.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Property MiningModelName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IMiningModelViewerControl Interface

Espace de noms Microsoft.DataWarehouse.Interfaces