Aracılığıyla paylaş


JobServer.SharedSchedules Property

Represents a collection of JobSchedule objects. Each JobSchedule object represents a shared schedule defined on SQL Server Agent.

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

Syntax

'Bildirim
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, GetType(JobSchedule))> _
Public ReadOnly Property SharedSchedules As JobScheduleCollection
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, typeof(JobSchedule))] 
public JobScheduleCollection SharedSchedules { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, typeof(JobSchedule))] 
public:
property JobScheduleCollection^ SharedSchedules {
    JobScheduleCollection^ get ();
}
/** @property */
public JobScheduleCollection get_SharedSchedules ()
public function get SharedSchedules () : JobScheduleCollection

Property Value

A JobScheduleCollection that represents the shared schedules defined on SQL Server Agent.

Remarks

This property was introduced in SQL Server 2005.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.