Codepage Property (DTS)

The Codepage property specifies the code page to use while loading.

Applies To
BulkInsertTask Object  

Syntax

object.Codepage [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Code page to use

Remarks

Use one of these values:

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCodepage(BSTR *pRetVal);

HRESULT SetCodepage(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.