共用方式為


MiningModelColumn.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
The name of the structure column.

請參閱

參考

MiningModelColumn 類別

Microsoft.AnalysisServices.AdomdClient 命名空間