IDTSBulkInsertTask.CodePage Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Syntax
'Declaration
Property CodePage As String
Get
Set
'Usage
Dim instance As IDTSBulkInsertTask
Dim value As String
value = instance.CodePage
instance.CodePage = value
string CodePage { get; set; }
property String^ CodePage {
String^ get ();
void set (String^ value);
}
abstract CodePage : string with get, set
function get CodePage () : String
function set CodePage (value : String)
Property Value
Type: System.String