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