Constructeur CollectorConfigStore (SqlStoreConnection)
Initialise un objet CollectorConfigStore.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Public Sub New ( _
connection As SqlStoreConnection _
)
'Utilisation
Dim connection As SqlStoreConnection
Dim instance As New CollectorConfigStore(connection)
public CollectorConfigStore(
SqlStoreConnection connection
)
public:
CollectorConfigStore(
SqlStoreConnection^ connection
)
new :
connection:SqlStoreConnection -> CollectorConfigStore
public function CollectorConfigStore(
connection : SqlStoreConnection
)
Paramètres
- connection
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlStoreConnection
Objet SqlStoreConnection qui contient les informations de connexion.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.