MiningStructureColumn.Flags Property

Gets the modeling flags for the mining structure column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Flags As String 
    Get
'Usage
Dim instance As MiningStructureColumn 
Dim value As String 

value = instance.Flags
public string Flags { get; }
public:
property String^ Flags {
    String^ get ();
}
member Flags : string
function get Flags () : String

Property Value

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

See Also

Reference

MiningStructureColumn Class

Microsoft.AnalysisServices.AdomdServer Namespace