Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.