Share via


ConnectionManagerFlatFileClass.Unicode Property

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ConnectionManager.

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

Implements

IDTSConnectionManagerFlatFile100.Unicode