This topic has not yet been rated - Rate this topic

JobStepCollection.CopyTo Method

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 (in Microsoft.SqlServer.Smo.dll)
public void CopyTo(
	JobStep[] array,
	int index
)

Parameters

array
Type: Microsoft.SqlServer.Management.Smo.Agent.JobStep[]
An array of JobStep objects.
index
Type: System.Int32
An Int32 value that specifies the index position to start the copy.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.