Aracılığıyla paylaş


OLE DB hedef Düzenleyicisi (Bağlantı Yöneticisi sayfa)

Use the Connection Manager page of the OLE DB Destination Editor dialog box to select the OLE DB connection for the destination.Bu sayfa bir tabloyu veya görünümü veritabanından seçmenizi sağlar.

Not

Verileri kaynak olan Microsoft Office Excel 2007, verileri kaynak önceki Excel sürümlerinden farklı bağlantı yönetici gerektirir. Daha fazla bilgi için bkz:Nasıl Yapılır: Bir Excel çalışma kitabı için bağlanma.

Not

The CommandTimeout property of the OLE DB destination is not available in the OLE DB Destination Editor, but can be set by using the Advanced Editor.In addition, certain fast load options are available only in the Advanced Editor.For more information on these properties, see the OLE DB Destination section of Hedef özel özellikleri.

OLE DB hedef hakkında daha fazla bilgi için , bkz: OLE DB hedef.

Statik seçenekleri

  • OLE DB Bağlantı Yöneticisi
    Listeden varolan bir Bağlantı Yöneticisi'ni seçin veya tıklatarak yeni bir bağlantı oluşturun. Yeni.

  • Yeni
    Yeni bir Bağlantı Yöneticisi oluşturmak OLE DB Bağlantı Yöneticisi'ni yapılandırma iletişim kutusu.

  • Veri erişim modu
    Specify the method for loading data into the destination.Loading double-byte character set (DBCS) data requires use of one of the fast load options.For more information about the fast load data access modes, which are optimized for bulk inserts, see OLE DB hedef.

    Seçenek

    Açıklama

    Tabloyu veya görünümü

    Load data into a table or view in the OLE DB destination.

    Table or view - fast load

    Load data into a table or view in the OLE DB destination and use the fast load option.For more information about the fast load data access modes, which are optimized for bulk inserts, see OLE DB hedef.

    Tablo adı veya Görünüm adı değişkeni

    Tablo veya Görünüm adını, bir değişkeni belirtin.

    Related information: Paketlerinde değişkenleri kullanma

    Table name or view name variable - fast load

    Specify the table or view name in a variable, and use the fast load option to load the data.For more information about the fast load data access modes, which are optimized for bulk inserts, see OLE DB hedef.

    SQL komutu

    Load data into the OLE DB destination by using a SQL query.

  • Önizleme
    sonuçlar kullanarak önizleme Sorgu sonuçlar Önizleme iletişim kutusu.Önizleme, en fazla 200 satırları görüntüleyebilirsiniz.

Dinamik veri erişim modu seçenekleri

Each of the settings for Data access mode displays a dynamic set of options specific to that setting.The following sections describe each of the dynamic options available for each Data access mode setting.

Veri erişim modu = tablo veya görünümü

  • Tablo veya Görünüm adı
    Tablo veya Görünüm adını listesindeki kullanılabilir bu veri kaynağını seçin.

  • Yeni
    Create a new table by using the Create Table dialog box.

    Not

    Tıklattığınızda Yeni, Integration Services bağlı veri kaynağını temel alan bir varsayılan CREATE tablo deyim oluşturur. Bu varsayılan CREATE TABLE deyim FILESTREAM dahil öznitelik kaynak tablo bir sütun FILESTREAM içerse öznitelik bildirilen.Çalıştırılacak bir Integration Services FILESTREAM ile bileşen öznitelik, ilk FILESTREAM depolama, hedef veritabanı uygulamak. Daha sonra FILESTREAM özniteliği, CREATE TABLOYA ekleyin deyim, Tablo oluşturma iletişim kutusu.Daha fazla bilgi için bkz:Tasarlama ve FILESTREAM depolama uygulama.

Data access mode = Table or view – fast load

  • Name of the table or view
    Select a table or view from the database by using this list, or create a new table by clicking New.

  • Yeni
    Yeni bir tablo oluşturmak Tablo oluşturma iletişim kutusu.

    Not

    Tıklattığınızda Yeni, Integration Services bağlı veri kaynağını temel alan bir varsayılan CREATE tablo deyim oluşturur. Bu varsayılan CREATE TABLE deyim FILESTREAM dahil öznitelik kaynak tablo bir sütun FILESTREAM içerse öznitelik bildirilen.Çalıştırılacak bir Integration Services FILESTREAM ile bileşen öznitelik, ilk FILESTREAM depolama, hedef veritabanı uygulamak. Daha sonra FILESTREAM özniteliği, CREATE TABLOYA ekleyin deyim, Tablo oluşturma iletişim kutusu.Daha fazla bilgi için bkz:Tasarlama ve FILESTREAM depolama uygulama.

  • Kimliği Koru
    Specify whether to copy identity values when data is loaded.This property is available only with the fast load option.Bu varsayılan değeri özellik olan false.

  • Boş değerlere tutun.
    Specify whether to copy null values when data is loaded.This property is available only with the fast load option.Bu varsayılan değeri özellik olan false.

  • Tablo kilit
    Specify whether the table is locked during the load.Bu varsayılan değeri özellik olan true.

  • Kısıtlamalarını denetleyin.
    Specify whether the destination checks constraints when it loads data.Bu varsayılan değeri özellik olan true.

  • Rows per batch
    Specify the number of rows in a batch.The default value of this property is –1, which indicates that no value has been assigned.

    Not

    Clear the text box in the OLE DB Destination Editor to indicate that you do not want to assign a custom value for this property.

  • Maximum insert commit size
    Specify the batch size that the OLE DB destination tries to commit during fast load operations.The default value of 2147483647 indicates that all data is committed in a single batch after all rows have been processed.

    Not

    A value of 0 might cause the running package to stop responding if the OLE DB destination and another data flow component are updating the same source table.To prevent the package from stopping, set the Maximum insert commit size option to 2147483647.

    If you provide a value for this property, the destination commits rows in batches that are the smaller of (a) the Maximum insert commit size, or (b) the remaining rows in the buffer that is currently being processed.

    Not

    Any constraint failure at the destination causes the entire batch of rows defined by Maximum insert commit size to fail.

Veri erişim modu tablo adı veya Görünüm adı değişkeni =

  • Değişken adı
    Tablo veya Görünüm adını içeren bir değişken seçin.

Data Access Mode = Table name or view name variable – fast load)

  • Değişken adı
    Tablo veya Görünüm adını içeren bir değişken seçin.

  • Yeni
    Yeni bir tablo oluşturmak Tablo oluşturma iletişim kutusu.

    Not

    Tıklattığınızda Yeni, Integration Services bağlı veri kaynağını temel alan bir varsayılan CREATE tablo deyim oluşturur. Bu varsayılan CREATE TABLE deyim FILESTREAM dahil öznitelik kaynak tablo bir sütun FILESTREAM içerse öznitelik bildirilen.Çalıştırılacak bir Integration Services FILESTREAM ile bileşen öznitelik, ilk FILESTREAM depolama, hedef veritabanı uygulamak. Daha sonra FILESTREAM özniteliği, CREATE TABLOYA ekleyin deyim, Tablo oluşturma iletişim kutusu.Daha fazla bilgi için bkz:Tasarlama ve FILESTREAM depolama uygulama.

  • Kimliği Koru
    Specify whether to copy identity values when data is loaded.This property is available only with the fast load option.Bu varsayılan değeri özellik olan false.

  • Boş değerlere tutun.
    Specify whether to copy null values when data is loaded.This property is available only with the fast load option.Bu varsayılan değeri özellik olan false.

  • Tablo kilit
    Specify whether the table is locked during the load.Bu varsayılan değeri özellik olan false.

  • Kısıtlamalarını denetleyin.
    Specify whether the task checks constraints.Bu varsayılan değeri özellik olan false.

  • Rows per batch
    Specify the number of rows in a batch.The default value of this property is –1, which indicates that no value has been assigned.

    Not

    Clear the text box in the OLE DB Destination Editor to indicate that you do not want to assign a custom value for this property.

  • Maximum insert commit size
    Specify the batch size that the OLE DB destination tries to commit during fast load operations.The default value of 2147483647 indicates that all data is committed in a single batch after all rows have been processed.

    Not

    A value of 0 might cause the running package to stop responding if the OLE DB destination and another data flow component are updating the same source table.To prevent the package from stopping, set the Maximum insert commit size option to 2147483647.

Veri erişim modu SQL komutu =

  • SQL komut metni
    Enter the text of a SQL query, build the query by clicking Build Query, or locate the file that contains the query text by clicking Browse.

    Not

    The OLE DB destination does not support parameters.If you need to execute a parameterized INSERT statement, consider the OLE DB Command transformation.Daha fazla bilgi için bkz:OLE DB komut dönüştürme.

  • Sorgu oluşturma
    Use Sorgu Oluşturucu iletişim kutusu SQL sorgusu görsel olarak yapılandırmak için.

  • Gözat
    Use Açık iletişim kutusu SQL sorgusunun metin içeren dosyayı bulmak için.

  • Sorgu ayrıştırılamadı.
    Sorgu metni yazımını denetleyin.