Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the CollectionSetExtender class.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Public Sub New ( _
collectorConfigStore As CollectorConfigStore, _
name As String _
)
'Utilisation
Dim collectorConfigStore As CollectorConfigStore
Dim name As String
Dim instance As New CollectionSetExtender(collectorConfigStore, _
name)
public CollectionSetExtender(
CollectorConfigStore collectorConfigStore,
string name
)
public:
CollectionSetExtender(
CollectorConfigStore^ collectorConfigStore,
String^ name
)
new :
collectorConfigStore:CollectorConfigStore *
name:string -> CollectionSetExtender
public function CollectionSetExtender(
collectorConfigStore : CollectorConfigStore,
name : String
)
Paramètres
- collectorConfigStore
Type : Microsoft.SqlServer.Management.Collector.CollectorConfigStore
The CollectorConfigStore to associate with this instance.
- name
Type : System.String
The name of the CollectionSetwhich this instance will extend.