Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the code page for PipelineBuffer columns that contain text data types.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public CodePage As Integer
'Usage
Dim instance As BufferColumn
Dim value As Integer
value = instance.CodePage
instance.CodePage = value
public int CodePage
public:
int CodePage
val mutable CodePage: int
public var CodePage : int
Remarks
The CodePage field indicates the system code page of a PipelineBuffer column. The code page field applies to the DT_STR, DT_TEXT, and DT_WSTR data types. For other DataType columns this field is zero.