IMiningModelDrillThroughHandler.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
A string that contains the name of a mining model.
See Also
IMiningModelDrillThroughHandler Interface
Microsoft.DataWarehouse.Interfaces Namespace
Return to top