This topic has not yet been rated - Rate this topic

SchedulerCollection.GetByID Method

SQL Server 2012

Gets a particular scheduler from the collection on ID.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public Scheduler GetByID(
	int SchedulernodeId
)

Parameters

SchedulernodeId
Type: System.Int32
The scheduler nod id.

Return Value

Type: Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler id.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.