Свойство MiningStructure.CaseTableName
Gets or sets the name of the case table that is associated with the MiningStructure object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public Property CaseTableName As String
Get
Set
'Применение
Dim instance As MiningStructure
Dim value As String
value = instance.CaseTableName
instance.CaseTableName = value
[BrowsableAttribute(false)]
public string CaseTableName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ CaseTableName {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member CaseTableName : string with get, set
function get CaseTableName () : String
function set CaseTableName (value : String)
Значение свойства
Тип: System.String
A string that contains the name of the case table.