言語

CollectionSet コンストラクター

定義

オーバーロード

名前 説明
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)

パラメーター

name
String

適用対象