MaintenancePlan Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MaintenancePlan() | |
MaintenancePlan(ServerConnection) | |
MaintenancePlan(Package, ServerConnection) | |
MaintenancePlan(ServerConnection, String) |
MaintenancePlan()
public:
MaintenancePlan();
public MaintenancePlan ();
Public Sub New ()
Applies to
MaintenancePlan(ServerConnection)
public:
MaintenancePlan(Microsoft::SqlServer::Management::Common::ServerConnection ^ localConnObj);
public MaintenancePlan (Microsoft.SqlServer.Management.Common.ServerConnection localConnObj);
new Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlan : Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlan
Public Sub New (localConnObj As ServerConnection)
Parameters
- localConnObj
- ServerConnection
Applies to
MaintenancePlan(Package, ServerConnection)
public:
MaintenancePlan(Microsoft::SqlServer::Dts::Runtime::Package ^ package, Microsoft::SqlServer::Management::Common::ServerConnection ^ localConnObj);
public MaintenancePlan (Microsoft.SqlServer.Dts.Runtime.Package package, Microsoft.SqlServer.Management.Common.ServerConnection localConnObj);
new Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlan : Microsoft.SqlServer.Dts.Runtime.Package * Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlan
Public Sub New (package As Package, localConnObj As ServerConnection)
Parameters
- package
- Package
- localConnObj
- ServerConnection
Applies to
MaintenancePlan(ServerConnection, String)
public:
MaintenancePlan(Microsoft::SqlServer::Management::Common::ServerConnection ^ localConnObj, System::String ^ packageName);
public MaintenancePlan (Microsoft.SqlServer.Management.Common.ServerConnection localConnObj, string packageName);
new Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlan : Microsoft.SqlServer.Management.Common.ServerConnection * string -> Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlan
Public Sub New (localConnObj As ServerConnection, packageName As String)
Parameters
- localConnObj
- ServerConnection
- packageName
- String