ConnectionManagerMultiFlatFileClass.Unicode Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.Boolean
true if Unicode is used; false if CodePage is used.
Implements
IDTSConnectionManagerFlatFile100.Unicode
Remarks
If you use Unicode, you cannot specify a code page.