Share via


MiningModelColumn.StructureColumn Property

Gets the name of the structure column for the MiningModelColumn.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property StructureColumn As String 
    Get
'Usage
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

Property Value

Type: System.String
The name of the structure column.

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices.AdomdClient Namespace