IDTSFriendlyEnumCollection100.IsFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies whether the values of the IDTSFriendlyEnum100 objects in an IDTSFriendlyEnumCollection100 can be combined together.
public:
property bool IsFlags { bool get(); };
[System.Runtime.InteropServices.DispId(101)]
public bool IsFlags { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.IsFlags : bool
Public ReadOnly Property IsFlags As Boolean
Property Value
true if the values of the IDTSFriendlyEnum100 objects in the IDTSFriendlyEnumCollection100 can be combined; otherwise, false.
- Attributes