Share via


IMiningModelDrillThroughHandler.MiningModelName Propiedad

Gets or sets the name of the mining model.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Property MiningModelName As String 
    Get 
    Set
'Uso
Dim instance As IMiningModelDrillThroughHandler 
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)

Valor de la propiedad

Tipo: System.String
A string that contains the name of a mining model.

Vea también

Referencia

IMiningModelDrillThroughHandler Interfaz

Espacio de nombres Microsoft.DataWarehouse.Interfaces