ConnectionManagerFlatFileClass.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 the connection supports Unicode functionality.
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 ConnectionManagerFlatFileClass
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 the connection supports Unicode functionality; otherwise, false.
Implements
IDTSConnectionManagerFlatFile100.Unicode