ScheduleBase Constructor
Initializes a new instance of the ScheduleBase class.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Friend Sub New
'Uso
Dim instance As New ScheduleBase()
protected internal ScheduleBase()
protected public:
ScheduleBase()
new : unit -> ScheduleBase
function ScheduleBase()
Comentarios
The default constructor initializes any fields to their default values.
Ejemplos
Programar tareas administrativas automáticas en el Agente SQL Server
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent