Compartir a través de


IDTSBulkInsertTask.CodePage Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the code page of the data in the data file.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado:  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxis

'Declaración
Property CodePage As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String that indicates the code page of the data in the data file.

Comentarios

For more information, see BulkInsertTask.

Vea también

Referencia

IDTSBulkInsertTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.BulkInsertTask