Свойство MiningModelName
Gets or sets the name of the mining model.
Пространство имен: Microsoft.DataWarehouse.Interfaces
Сборка: Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)
Синтаксис
'Декларация
Property MiningModelName As String
Get
Set
'Применение
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)
Значение свойства
Тип: System. . :: . .String
A string that contains the name of a mining model.