DtsLogProviderAttribute Kelas

Definisi

Menyediakan informasi waktu desain tentang LogProvider objek.

public ref class DtsLogProviderAttribute sealed : Microsoft::SqlServer::Dts::Runtime::Localization::DtsLocalizableAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class DtsLogProviderAttribute : Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type DtsLogProviderAttribute = class
    inherit DtsLocalizableAttribute
Public NotInheritable Class DtsLogProviderAttribute
Inherits DtsLocalizableAttribute
Warisan
DtsLogProviderAttribute
Atribut

Keterangan

Atribut ini diterapkan ke kelas penyedia log terkelola yang berasal dari LogProviderBase. Atribut mengidentifikasi kelas sebagai penyedia log terkelola dan memberikan informasi, melalui propertinya, yang mengontrol bagaimana Perancang SSIS menampilkan dan berinteraksi dengan objek.

Properti DisplayName dan LogProviderType diperlukan. Properti DisplayName adalah nilai yang ditampilkan dalam daftar penyedia log yang tersedia di perancang paket.

Konstruktor

DtsLogProviderAttribute()

Menginisialisasi instans baru kelas DtsLogProviderAttribute.

Properti

Description

Mendapatkan atau mengatur deskripsi DtsLocalizableAttribute.

(Diperoleh dari DtsLocalizableAttribute)
DisplayName

Mendapatkan atau mengatur nama tampilan .DtsLocalizableAttribute

(Diperoleh dari DtsLocalizableAttribute)
IconResource

Mendapatkan atau mengatur ikon yang terkait dengan penyedia log.

LocalizationType

Mendapatkan atau mengatur kelas yang memasok nilai untuk DtsLocalizableAttribute.

(Diperoleh dari DtsLocalizableAttribute)
LogProviderContact

Mendapatkan atau mengatur informasi kontak untuk penyedia log.

LogProviderType

Mendapatkan atau mengatur jenis penyedia log. Properti ini diperlukan.

RequiredProductLevel

Mendapatkan atau menetapkan nilai yang menunjukkan edisi produk SQL Server yang diperlukan penyedia log.

UITypeName

Tidak digunakan. Antarmuka pengguna kustom untuk penyedia log kustom tidak diimplementasikan di Integration Services.

Berlaku untuk