CollectionItem(CollectionSet, String) 建構函式

定義

給定集合集和項目名稱,建立一個集合項目的實例

<param name=“set”> 父集合 set</param><param name=“name”> 集合項目</參數的名稱>
public CollectionItem(Microsoft.SqlServer.Management.Collector.CollectionSet set, string name);
new Microsoft.SqlServer.Management.Collector.CollectionItem : Microsoft.SqlServer.Management.Collector.CollectionSet * string -> Microsoft.SqlServer.Management.Collector.CollectionItem
Public Sub New (set As CollectionSet, name As String)

參數

name
String

適用於