言語

CollectionItem(CollectionSet, String) コンストラクター

定義

コレクション セットと項目名を指定してコレクション項目のインスタンスを作成する

<param name="set">親コレクション セット</param><param name="name">コレクション項目の名前</param>
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

適用対象