Właściwość JobServer.SharedSchedules
Reprezentuje kolekcja JobSchedule obiektów.Każdy JobSchedule obiekt reprezentuje udostępniony harmonogram, zdefiniowane na SQL Server agenta.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(JobSchedule))> _
Public ReadOnly Property SharedSchedules As JobScheduleCollection
Get
'Użycie
Dim instance As JobServer
Dim value As JobScheduleCollection
value = instance.SharedSchedules
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(JobSchedule))]
public JobScheduleCollection SharedSchedules { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(JobSchedule))]
public:
property JobScheduleCollection^ SharedSchedules {
JobScheduleCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(JobSchedule))>]
member SharedSchedules : JobScheduleCollection
function get SharedSchedules () : JobScheduleCollection
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection
A JobScheduleCollection reprezentująca udostępnionego harmonogramy zdefiniowane na SQL Server agenta.