Veri akışı veri türleriyle çalışma

Bir özel veri akışı bileşeni Tümleştirme Hizmetleri geliştirirken, sürekli veri türleriyle ve dışarı veri akış arabellek veri kopyalama ve değerleri dönüştürme çalışırsınız.Bu konudaki bilgiler doğru seçmek için yardımcı olur Integration Services veri türleri ve bunlarla çalışırken doğru yöntemleri kullanmak için.

Veri akışının veri ekleme

The PipelineBuffer class provides a series of Set methods for copying data into buffer columns, and a corresponding series of Get methods for retrieving data from buffer columns.Aşağıdaki tablolarda her biri için kullanılacak yöntem gösterilmektedir Integration Services veri türü.

Veri türleri ile kullanmak için ayarlama yöntemleri

Aşağıdaki tablo ilk veri türünü listeler sütunve sonra ilgili listeler Set ve Get yöntemleri.

Veri Türü

Set yöntemi

Get yöntemi

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BOOL ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetBoolean(System.Int32,System.Boolean) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetBoolean(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BYTES ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetBytes(System.Int32,System.Byte[]) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetBytes(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_CY ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDecimal(System.Int32,System.Decimal) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDecimal(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DATE ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDateTime(System.Int32,System.DateTime) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDateTime(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBDATE ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDate(System.Int32,System.DateTime) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDate(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIME ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetTime(System.Int32,System.TimeSpan) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetTime(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIME2 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetTime(System.Int32,System.TimeSpan) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetTime(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDateTime(System.Int32,System.DateTime) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDateTime(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP2 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDateTime(System.Int32,System.DateTime) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDateTime(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMPOFFSET ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDateTimeOffset(System.Int32,System.DateTimeOffset) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDateTimeOffset(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DECIMAL ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDecimal(System.Int32,System.Decimal) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDecimal(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_FILETIME ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDateTime(System.Int32,System.DateTime) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDateTime(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_GUID ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetGuid(System.Int32,System.Guid) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetGuid(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I1 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetSByte(System.Int32,System.SByte) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetSByte(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I2 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetInt16(System.Int32,System.Int16) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetInt16(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I4 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetInt32(System.Int32,System.Int32) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetInt32(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I8 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetInt64(System.Int32,System.Int64) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetInt64(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_IMAGE ]

AddBlobData veya AddBlobData

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetBlobData(System.Int32,System.Int32,System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NTEXT ]

AddBlobData veya AddBlobData

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetBlobData(System.Int32,System.Int32,System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NULL ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetNull(System.Int32) ]

Yok yok Get yöntem uygulanabilir bu veri türü.

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NUMERIC ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDecimal(System.Int32,System.Decimal) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDecimal(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_R4 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetSingle(System.Int32,System.Single) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetSingle(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_R8 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDouble(System.Int32,System.Double) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetDouble(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_STR ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetString(System.Int32,System.String) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetString(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_TEXT ]

AddBlobData veya AddBlobData

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetBlobData(System.Int32,System.Int32,System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI1 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetByte(System.Int32,System.Byte) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetByte(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI2 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetUInt16(System.Int32,System.UInt16) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetUInt16(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI4 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetUInt32(System.Int32,System.UInt32) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetUInt32(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI8 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetUInt64(System.Int32,System.UInt64) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetUInt64(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_WSTR ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetString(System.Int32,System.String) ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetString(System.Int32) ]

Ayarlama yöntemleri ile kullanılacak veri türleri

Set yöntemi

Veri Türü

AddBlobData veya AddBlobData

DT_IMAGE, DT_NTEXT veya DT_TEXT

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetBoolean(System.Int32,System.Boolean) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BOOL ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetByte(System.Int32,System.Byte) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI1 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetBytes(System.Int32,System.Byte[]) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BYTES ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDate(System.Int32,System.DateTime) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBDATE ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDateTime(System.Int32,System.DateTime) ]

DT_DATE, DT_DBTIMESTAMP, DT_DBTIMESTAMP2, or DT_FILETIME

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDateTimeOffset(System.Int32,System.DateTimeOffset) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMPOFFSET ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDecimal(System.Int32,System.Decimal) ]

DT_CY, DT_DECIMAL veya DT_NUMERIC

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDouble(System.Int32,System.Double) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_R8 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetGuid(System.Int32,System.Guid) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_GUID ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetInt16(System.Int32,System.Int16) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I2 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetInt32(System.Int32,System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I4 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetInt64(System.Int32,System.Int64) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I8 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetNull(System.Int32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NULL ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetSByte(System.Int32,System.SByte) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I1 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetSingle(System.Int32,System.Single) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_R4 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetString(System.Int32,System.String) ]

DT_STR veya DT_WSTR

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetTime(System.Int32,System.TimeSpan) ]

DT_DBTIME veya DT_DBTIME2

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetUInt16(System.Int32,System.UInt16) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI2 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetUInt32(System.Int32,System.UInt32) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI4 ]

[ M:Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetUInt64(System.Int32,System.UInt64) ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI8 ]

Veri akışı veri türlerini eşleştirme

While moving data from sources through transformations to destinations, a data flow component must sometimes convert data types between the SQL Server Integration Services types defined in the DataType enumeration and the managed data types of the Microsoft .NET Framework defined in the System namespace.Buna ek olarak, bileşen bazen bir dönüştürmeniz gerekir Integration Services veri türü diğerine önce olduğunu tür dönüştürülebilir için yönetilen bir türü.

Not

Bu konuda ele alınan veri türü eşleme için varsayılan değer olarak C:\Program Files\Microsoft sql Server\100\DTS\MappingFiles yüklü eşleme dosyaları xml biçiminde ilgili değildir.Bu dosyaları bir başka bir veritabanı sürüm veya sistem veri türleri eşleştirmek (örneğin, SQL Server 2000 için SQL Server, ya da SQL Server Oracle için) ve yalnızca kullanılan SQL Server alma ve Verme Sihirbazı.Bu eşleme dosyaları hakkında daha fazla bilgi için bkz: sql Server alma ve Verme Sihirbazı'nı kullanarak veri taşımak.

Integration Services ile yönetilen veri türleri arasında eşleme

The PipelineComponent.BufferTypeToDataRecordType and the PipelineComponent.DataRecordTypeToBufferType methods map Integration Services data types to managed data types.

Dikkat notuDikkat

Geliştiriciler, bu yöntemlerin kullanılması gereken PipelineComponent sınıf, dikkatli ve isteyebilirsiniz kodu veri türü eşleme yönteminden, kendi daha uygun benzersiz gereksinimlerineözel kendi bileşenleri. The existing methods do not consider numeric precision or scale, or other properties closely related to the data type itself.Microsoft may modify or remove these methods, or modify the mappings that they perform, in a future version of Integration Services.

Aşağıdaki tablo listeleri nasıl BufferTypeToDataRecordType ve DataRecordTypeToBufferType çeşitli yöntemler eşleme Integration Services veri türleri yönetilen veri türleri.

Tümleştirme Hizmetleri veri türü

Bu yönetilen veri türü eşlemeleri

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_WSTR ]

System.String

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BYTES ]

System.Byte dizisi

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP ]

System.DateTime

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP2 ]

System.DateTime

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMPOFFSET ]

System.DateTimeOffset

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBDATE ]

System.DateTime

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIME ]

System.TimeSpan

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIME2 ]

System.TimeSpan

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DATE ]

System.DateTime

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_FILETIME ]

System.DateTime

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NUMERIC ]

System.Decimal

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_GUID ]

System.guid

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I1 ]

System.SByte

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I2 ]

System.Int16

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I4 ]

System.Int32

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I8 ]

System.Int64

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BOOL ]

System.Boole

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_R4 ]

System.Single

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_R8 ]

System.double

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI1 ]

System.byte

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI2 ]

System.UInt16

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI4 ]

System.UInt32

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_UI8 ]

System.UInt64

Veri türleri yönetilen Sığdır Tümleştirme Hizmetleri veri türlerini eşleştirme

Bazen bir veri akışı bileşeni de bir dönüştürmeniz gerekir Integration Services veri türü diğerine önce olduğunu tür dönüştürülebilir için yönetilen bir türü.The PipelineComponent.ConvertBufferDataTypeToFitManaged method class maps Integration Services data types to other Integration Services data types that can then be mapped to managed data types by using the PipelineComponent.BufferTypeToDataRecordType method.

Dikkat notuDikkat

Geliştiriciler, bu yöntemlerin kullanılması gereken PipelineComponent sınıf, dikkatli ve isteyebilirsiniz kodu veri türü eşleme yönteminden, kendi daha uygun benzersiz gereksinimlerineözel kendi bileşenleri. The existing methods do not consider numeric precision or scale, or other properties closely related to the data type itself.Microsoft may modify or remove these methods, or modify the mappings that they perform, in a future version of Integration Services.

Aşağıdaki tablo listeleri nasıl ConvertBufferDataTypeToFitManaged yöntem eşler Integration Services diğer veri türleri Integration Services veri türü.

Özgün Tümleştirme Hizmetleri veri türü

Bu tümleştirme hizmetleri veri türü eşlemeleri

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DECIMAL ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NUMERIC ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_CY ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NUMERIC ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DATE ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBDATE ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_FILETIME ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP2 ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIMESTAMP ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIME ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_DBTIME2 ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BOOL ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_I4 ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_TEXT ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_WSTR ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_NTEXT ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_WSTR ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_STR ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_WSTR ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_IMAGE ]

[ F:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType.DT_BYTES ]

Not

The ConvertBufferDataTypeToFitManaged method does not return a value for the DT_DBTIMESTAMPOFFSET data type, and a UnsupportedBufferDataTypeException occurs.Biri olarak DT_DBTIMESTAMPOFFSET veri türüne dönüştürmeniz gerekir Integration Services tarih/saat veri türleri, eşleştirilmiş bir yönetilen veri türü.Bir listesini görmek için Integration Services tarih/saat veri türleri eşlenen bir yönetilen veri türleri için bkz: tablo önceki bölümde, "Eşleme arasında tümleştirme hizmetleri ve yönetilen veri türleri." Veri türleri dönüştürme hakkında daha fazla bilgi için bkz: Tümleştirme Hizmetleri veri türleri.

Integration Services simgesi (küçük)Integration Services ile güncel kalın

En son karşıdan yüklemeler, makaleler, örnekler ve seçilen topluluk çözümleri yanı sıra Microsoft videolar için ziyaret Integration Services sayfa msdn veya TechNet:

Bu güncelleştirmelerle ilgili otomatik bildirim almak için, sayfadaki RSS akışlarına abone olun.