CollectionSet コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CollectionSet() |
逆シリアル化とファクトリに使用される既定のコンストラクター ジェネリック型またはメソッド 'Microsoft' でパラメーター 'TDcInstance' として使用するには、CollectionSet にパブリック パラメーターなしのコンストラクターが必要です。SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance |
| CollectionSet(CollectorConfigStore, String) |
CollectorConfigStore オブジェクトを親と名前として指定して CollectionSet のインスタンスを初期化する <param name="store">親構成ストア</param><param name="name">コレクション セットの名前</param> |
CollectionSet()
逆シリアル化とファクトリに使用される既定のコンストラクター
ジェネリック型またはメソッド 'Microsoft' でパラメーター 'TDcInstance' として使用するには、CollectionSet にパブリック パラメーターなしのコンストラクターが必要です。SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance
public CollectionSet();
Public Sub New ()
適用対象
CollectionSet(CollectorConfigStore, String)
CollectorConfigStore オブジェクトを親と名前として指定して CollectionSet のインスタンスを初期化する
<param name="store">親構成ストア</param><param name="name">コレクション セットの名前</param>public CollectionSet(Microsoft.SqlServer.Management.Collector.CollectorConfigStore store, string name);
new Microsoft.SqlServer.Management.Collector.CollectionSet : Microsoft.SqlServer.Management.Collector.CollectorConfigStore * string -> Microsoft.SqlServer.Management.Collector.CollectionSet
Public Sub New (store As CollectorConfigStore, name As String)
パラメーター
- store
- CollectorConfigStore
- name
- String