Compartilhar via


Propriedade do RDL IDTSBulkInsertTask.CodePage

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (em Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

For more information, see BulkInsertTask.

Consulte também

Referência

IDTSBulkInsertTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.BulkInsertTask