Condividi tramite


Metodo Alter

Modifica le informazioni del set di raccolta nell'archivio di configurazione.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public Sub Alter
'Utilizzo
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() () () ()

Osservazioni

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.