CollectionSet 建構函式

定義

多載

名稱 Description
CollectionSet()

用於反序列化及工廠的預設建構器

CollectionSet 必須有一個公開的無參數建構子,才能將其作為通用型別或方法「Microsoft.」中的參數「TDcInstance」。SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance

CollectionSet(CollectorConfigStore, String)

初始化一個 CollectionSet 的實例,給定一個 CollectorConfigStore 物件作為父物件和一個名稱

<param name=“store”> 父組 store</param><param name=“name”> 集合集合/<param 的名稱>

CollectionSet()

用於反序列化及工廠的預設建構器

CollectionSet 必須有一個公開的無參數建構子,才能將其作為通用型別或方法「Microsoft.」中的參數「TDcInstance」。SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance

public CollectionSet();
Public Sub New ()

適用於

CollectionSet(CollectorConfigStore, String)

初始化一個 CollectionSet 的實例,給定一個 CollectorConfigStore 物件作為父物件和一個名稱

<param name=“store”> 父組 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

適用於