IDTSInputColumnCachedInfo100.CachedComparisonFlags 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 or sets the Cached comparison flags used.
public:
property int CachedComparisonFlags { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(141)]
public int CachedComparisonFlags { [System.Runtime.InteropServices.DispId(141)] get; [System.Runtime.InteropServices.DispId(141)] set; }
[<System.Runtime.InteropServices.DispId(141)>]
[<get: System.Runtime.InteropServices.DispId(141)>]
[<set: System.Runtime.InteropServices.DispId(141)>]
member this.CachedComparisonFlags : int with get, set
Public Property CachedComparisonFlags As Integer
Property Value
The Cached comparison flags.
- Attributes