Megosztás:


IDTSInputColumnCachedInfo100.CachedComparisonFlags Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the Cached comparison flags used.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property CachedComparisonFlags As Integer 
    Get 
    Set
'Usage
Dim instance As IDTSInputColumnCachedInfo100 
Dim value As Integer 

value = instance.CachedComparisonFlags

instance.CachedComparisonFlags = value
int CachedComparisonFlags { get; set; }
property int CachedComparisonFlags {
    int get ();
    void set (int value);
}
abstract CachedComparisonFlags : int with get, set
function get CachedComparisonFlags () : int 
function set CachedComparisonFlags (value : int)

Property Value

Type: System.Int32
The Cached comparison flags.

See Also

Reference

IDTSInputColumnCachedInfo100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace