TaskComponent クラス
利用可能なローカル マネージャーを使用してタスク コンポーネントを初期化します。
継承階層
Microsoft.SqlServer.Management.LocalizationManager
Microsoft.SqlServer.Management.TaskComponent
Microsoft.SqlServer.Management.Task
名前空間: Microsoft.SqlServer.Management
アセンブリ: Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
構文
'宣言
<> _
Public Class TaskComponent _
Inherits LocalizationManager _
Implements ITaskFormComponentInfo, IInitializable
'使用
Dim instance As TaskComponent
[]
public class TaskComponent : LocalizationManager,
ITaskFormComponentInfo, IInitializable
[]
public ref class TaskComponent : public LocalizationManager,
ITaskFormComponentInfo, IInitializable
[<>]
type TaskComponent =
class
inherit LocalizationManager
interface ITaskFormComponentInfo
interface IInitializable
end
public class TaskComponent extends LocalizationManager implements ITaskFormComponentInfo, IInitializable
TaskComponent 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
TaskComponent | TaskComponent クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Properties | コンポーネントのプロパティを取得します。値の設定も可能です。 | |
ResourceManager | ResourceManager コントロールの文字列値を取得します。値の設定も可能です。 (LocalizationManager から継承されています。) | |
Type | コンポーネントの種類を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
( から継承されています。) | ||
( から継承されています。) | ||
( から継承されています。) | ||
( から継承されています。) | ||
Initialize | コンポーネントの表示、編集、およびデザインの準備をします。このクラスは継承できません。 | |
( から継承されています。) | ||
( から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ITaskFormComponentInfo.ComponentType | 指定された種類のコンポーネントを取得します。 | |
ITaskFormComponentInfo.Properties | コンポーネントに関連付けられたプロパティを取得します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。