Свойство IsFlags
Gets a value that specifies whether the values of the IDTSFriendlyEnum100 objects in an IDTSFriendlyEnumCollection100 can be combined together.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
ReadOnly Property IsFlags As Boolean
Get
'Применение
Dim instance As IDTSFriendlyEnumCollection100
Dim value As Boolean
value = instance.IsFlags
bool IsFlags { get; }
property bool IsFlags {
bool get ();
}
abstract IsFlags : bool
function get IsFlags () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the values of the IDTSFriendlyEnum100 objects in the IDTSFriendlyEnumCollection100 can be combined; otherwise, false.