Freigeben über


ConnectionManagerMultiFlatFileClass.Unicode-Eigenschaft

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

Gets or sets a value that indicates whether to use Unicode.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property Unicode As Boolean 
    Get 
    Set
'Usage
Dim instance As ConnectionManagerMultiFlatFileClass 
Dim value As Boolean 

value = instance.Unicode

instance.Unicode = value
public virtual bool Unicode { get; set; }
public:
virtual property bool Unicode {
    bool get ();
    void set (bool value);
}
abstract Unicode : bool with get, set 
override Unicode : bool with get, set
function get Unicode () : boolean 
function set Unicode (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true if Unicode is used; false if CodePage is used.

Implementiert

IDTSConnectionManagerFlatFile100.Unicode

Hinweise

If you use Unicode, you cannot specify a code page.

Siehe auch

Verweis

ConnectionManagerMultiFlatFileClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace