DisableCollector Método
Deshabilita el recopilador de datos.
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
Public Sub DisableCollector
'Uso
Dim instance As CollectorConfigStore
instance.DisableCollector()
public void DisableCollector()
public:
void DisableCollector()
member DisableCollector : unit -> unit
public function DisableCollector()
Comentarios
Sets the the Boolean property value to False.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vea también