Unicode Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
For more information, see ConnectionManager.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property Unicode As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
Implementa
Vea también