Freigeben über


MiningModelColumn.ModelingFlags-Eigenschaft

Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object.

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

Syntax

'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ModelingFlags As StringCollection 
    Get
'Usage
Dim instance As MiningModelColumn 
Dim value As StringCollection 

value = instance.ModelingFlags
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")]
public StringCollection ModelingFlags { get; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property StringCollection^ ModelingFlags {
    StringCollection^ get ();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")>]
member ModelingFlags : StringCollection
function get ModelingFlags () : StringCollection

Eigenschaftswert

Typ: System.Collections.Specialized.StringCollection
A collection of [ModelingFlags] element objects.

Hinweise

For more information, see ModelingFlags-Element (ASSL).

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices-Namespace