Proprietà IDTSBulkInsertTask.CodePage

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Sintassi

'Dichiarazione
Property CodePage As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

For more information, see BulkInsertTask.

Vedere anche

Riferimento

IDTSBulkInsertTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask