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.