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.