Método JobScheduleCollection.CopyTo

Copies the collection objects to a one-dimensional array beginning at the index value specified.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

public void CopyTo(
    JobSchedule[] array,
    int index
)

Parâmetros

  • index
    Tipo: System.Int32
    An Int32 value that specifies the index position to start the copy.

Exemplos

Usando coleções

Consulte também

Referência

JobScheduleCollection Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent