Partilhar via


Propriedade do RDL Unicode

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Boolean