Compartir a través de


Unicode Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property Unicode As Boolean
    Get
    Set
'Uso
Dim instance As IDTSConnectionManagerFlatFile100
Dim value As Boolean

value = instance.Unicode

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

Valor de la propiedad

Tipo: System. . :: . .Boolean