Свойство 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.