StructureColumn 속성
Gets the name of the structure column for the MiningModelColumn.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient
구문
‘선언
Public ReadOnly Property StructureColumn As String
Get
‘사용 방법
Dim instance As MiningModelColumn
Dim value As String
value = instance.StructureColumn
public string StructureColumn { get; }
public:
property String^ StructureColumn {
String^ get ();
}
member StructureColumn : string
function get StructureColumn () : String
속성 값
형식: System. . :: . .String
A String containing the name of the structure column.