CollectionItem 생성자
Creates an instance of a collection item given the collection set name and an item name.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector.dll의 Microsoft.SqlServer.Management.Collector
구문
‘선언
Public Sub New ( _
set As CollectionSet, _
name As String _
)
‘사용 방법
Dim set As CollectionSet
Dim name As String
Dim instance As New CollectionItem(set, name)
public CollectionItem(
CollectionSet set,
string name
)
public:
CollectionItem(
CollectionSet^ set,
String^ name
)
new :
set:CollectionSet *
name:string -> CollectionItem
public function CollectionItem(
set : CollectionSet,
name : String
)
매개 변수
- set
형식: Microsoft.SqlServer.Management.Collector. . :: . .CollectionSet
A Name value that specifies the parent collection set.
- name
형식: System. . :: . .String
A String value that specifies the name of the collection item.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.