Udostępnij przez


JobSchedule Constructor (SqlSmoObject, String)

Initializes a new instance of the JobSchedule class for the specified parent object and that has the specified name.

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    parent As SqlSmoObject, _
    name As String _
)
public JobSchedule (
    SqlSmoObject parent,
    string name
)
public:
JobSchedule (
    SqlSmoObject^ parent, 
    String^ name
)
public JobSchedule (
    SqlSmoObject parent, 
    String name
)
public function JobSchedule (
    parent : SqlSmoObject, 
    name : String
)

Parameters

  • name
    A String value that specifies the name of the job schedule.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.