MiningStructureColumn.Flags Property

 

Gets the modeling flags for the mining structure column.

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

Syntax

public string Flags { get; }
public:
property String^ Flags {
    String^ get();
}
member Flags : string with get
Public ReadOnly Property Flags As String

Property Value

Type: System.String

A comma-delimited string containing the modeling flags for the mining structure column. The possible value is NOT NULL.

See Also

MiningStructureColumn Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top