DtsLogProviderAttribute クラス

定義

LogProviderオブジェクトの設計時情報を提供します。

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
継承
DtsLogProviderAttribute
属性

注釈

この属性は LogProviderBaseから派生した管理されたログプロバイダークラスに適用されます。 この属性はクラスを管理ログプロバイダーとして識別し、そのプロパティを通じてSSISデザイナーがオブジェクトとどのように表示・操作するかを制御する情報を提供します。

DisplayNameプロパティとLogProviderTypeプロパティが必要です。 DisplayNameプロパティはパッケージデザイナー内の利用可能なログ提供者リストに表示される値です。

コンストラクター

名前 説明
DtsLogProviderAttribute()

DtsLogProviderAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Description

DtsLocalizableAttributeの記述を取得または設定します。

(継承元 DtsLocalizableAttribute)
DisplayName

DtsLocalizableAttributeの表示名を取得または設定します。

(継承元 DtsLocalizableAttribute)
IconResource

ログプロバイダーに関連付けられたアイコンを取得したり設定したりします。

LocalizationType

DtsLocalizableAttributeの値を提供するクラスを取得するか設定します。

(継承元 DtsLocalizableAttribute)
LogProviderContact

ログ提供者の連絡先情報を取得または設定します。

LogProviderType

ログプロバイダーの型を取得するか設定します。 このプロパティは必須です。

RequiredProductLevel

ログプロバイダーが求めるSQL Serverの製品エディションを示す値を取得または設定します。

UITypeName

使用されていません。 カスタムログ提供者向けのカスタムユーザーインターフェースは、統合サービスには実装されていません。

適用対象