CollectorConfigStore Constructor ()
This method is for internal use only.
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
Public Sub New ( _
connection As SqlStoreConnection _
)
'Uso
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
)
Parámetros
- connection
Tipo: SqlStoreConnection
A SqlStoreConnection object that contains connection information.
Notas
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.