Share via


Alter Método

Modifique la información del conjunto de colección en el almacén de configuración.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public Sub Alter
'Uso
Dim instance As CollectionSet

instance.Alter()
public void Alter()
public:
virtual void Alter() sealed
abstract Alter : unit -> unit 
override Alter : unit -> unit 
public final function Alter()

Implementa

IAlterable. . :: . .Alter() () () ()

Comentarios

Inherits from IAlterable.

Only the following information can be altered:

  • name

  • schedule

  • target

  • proxy

  • description

A collection set item can also be added, dropped or altered.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.