CollectionSet-Konstruktor (CollectorConfigStore, String)
Initialisiert eine Instanz von CollectionSet mit einem CollectorConfigStore-Objekt als übergeordnetes Element und einem Sammlungssatznamen.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public Sub New ( _
store As CollectorConfigStore, _
name As String _
)
'Usage
Dim store As CollectorConfigStore
Dim name As String
Dim instance As New CollectionSet(store, name)
public CollectionSet(
CollectorConfigStore store,
string name
)
public:
CollectionSet(
CollectorConfigStore^ store,
String^ name
)
new :
store:CollectorConfigStore *
name:string -> CollectionSet
public function CollectionSet(
store : CollectorConfigStore,
name : String
)
Parameter
- store
Typ: Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
Ein [CollectorConfigStore]-Objekt.
- name
Typ: System. . :: . .String
Eine String, die dem Name des Sammlungssatzes entspricht. Dieser Name ist für jeden Datensammlerspeicher eindeutig.
Hinweise
Constructor given a [CollectorConfigStore] object.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.