Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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)
Property Value
Type: System.String
A string that contains the name of a mining model.