Udostępnij przez


Właściwość IDTSBulkInsertTask.CodePage

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Zestaw:  Microsoft.SqlServer.BulkInsertTask (w Microsoft.SqlServer.BulkInsertTask.dll)

Składnia

'Deklaracja
Property CodePage As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String