Freigeben über


IDTSInputColumnCachedInfo100.CachedComparisonFlags-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

Typ: System.Int32
The Cached comparison flags.

Siehe auch

Verweis

IDTSInputColumnCachedInfo100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace