IDTSOutputColumn100.CodePage 속성

Gets the character set used to interpret the data contained in a column.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property CodePage As Integer 
    Get
‘사용 방법
Dim instance As IDTSOutputColumn100 
Dim value As Integer 

value = instance.CodePage
int CodePage { get; }
property int CodePage {
    int get ();
}
abstract CodePage : int
function get CodePage () : int

속성 값

유형: System.Int32
An Integer that represents the code page.

참고 항목

참조

IDTSOutputColumn100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스