共用方式為


ModelingFlags 屬性

Gets the collection of ModelingFlags for a column.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ModelingFlags As StringCollection
    Get
'用途
Dim instance As ScalarMiningStructureColumn
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

屬性值

型別:System.Collections.Specialized. . :: . .StringCollection
A StringCollection containing the collection of ModelingFlags for a column.