Linguaggio

IDTSOutputColumn100.ComparisonFlags Proprietà

Definizione

Ottiene o imposta un valore che specifica come due stringhe vengono confrontate.

public:
 property int ComparisonFlags { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(111)]
public int ComparisonFlags { [System.Runtime.InteropServices.DispId(111)] get; [System.Runtime.InteropServices.DispId(111)] set; }
[<System.Runtime.InteropServices.DispId(111)>]
[<get: System.Runtime.InteropServices.DispId(111)>]
[<set: System.Runtime.InteropServices.DispId(111)>]
member this.ComparisonFlags : int with get, set
Public Property ComparisonFlags As Integer

Valore della proprietà

Un valore intero che contiene la somma di più flag.

Attributi

Commenti

La ComparisonFlags proprietà specifica come vengono confrontate due stringhe e contiene una somma delle bandiere definite nel file di intestazione WinNLS.H .

Questo flag viene utilizzato quando si confronta il valore della stringa contenuto in una colonna di output con un'altra stringa.

Per altre informazioni, vedere Comparing String Data.

Si applica a