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.
주의
For a brief overview of the codepages supported by the SQL Server 데이터베이스 엔진, and a partial list of codepage values, see 코드 페이지 아키텍처.