共用方式為


StructureColumn 屬性

Gets the name of the structure column for the MiningModelColumn.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
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.