ModelingFlags 属性

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

命名空间:  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 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

属性值

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

注释

For more information, see ModelingFlags 元素 (ASSL).