CollectionSet 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | 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)
參數
- store
- CollectorConfigStore
- name
- String