Propriété ConnectionManagerMultiFlatFileClass.Unicode
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets a value that indicates whether to use Unicode.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Property Unicode As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if Unicode is used; false if CodePage is used.
Implémente
IDTSConnectionManagerFlatFile100.Unicode
Notes
If you use Unicode, you cannot specify a code page.