ScheduleBase constructeur
Initializes a new instance of the ScheduleBase class.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Friend Sub New
'Utilisation
Dim instance As New ScheduleBase()
protected internal ScheduleBase()
protected public:
ScheduleBase()
new : unit -> ScheduleBase
function ScheduleBase()
Notes
The default constructor initializes any fields to their default values.
Voir aussi