ExecuteSQLTask.CodePage 속성
Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes. Translation occurs either when storing values to or extracting values from databases.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
어셈블리: Microsoft.SqlServer.SQLTask(Microsoft.SqlServer.SQLTask.dll)
구문
‘선언
Public Property CodePage As UInteger
Get
Set
‘사용 방법
Dim instance As ExecuteSQLTask
Dim value As UInteger
value = instance.CodePage
instance.CodePage = value
public uint CodePage { get; set; }
public:
virtual property unsigned int CodePage {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract CodePage : uint32 with get, set
override CodePage : uint32 with get, set
final function get CodePage () : uint
final function set CodePage (value : uint)
속성 값
유형: System.UInt32
An uint containing the code page to use for translation.
구현
주의
For more information on valid return values, see 제어 흐름에서 태스크 또는 컨테이너 추가 또는 삭제.