IDTSFriendlyEnumCollection100.IsFlags Property

Definition

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

Applies to