IDTSOutputColumn100.ComparisonFlags Proprietà

Definizione

Ottiene o imposta un valore che specifica il metodo di confronto di due stringhe.

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à

Valore intero contenente la somma di più flag.

Attributi

Commenti

La ComparisonFlags proprietà specifica come vengono confrontate due stringhe e contiene una somma dei flag definiti nel file di intestazione WinNLS.H .

Questo flag viene usato per confrontare il valore stringa contenuto in una colonna di output con un'altra stringa.

Per altre informazioni, vedere Comparing String Data.

Si applica a