MaintenancePlan.SubPlansCollection.Item[] Property
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
Item[Int32] | |
Item[String] |
Item[Int32]
public:
property Microsoft::SqlServer::Management::DatabaseMaintenance::MaintenancePlanSubPlan ^ default[int] { Microsoft::SqlServer::Management::DatabaseMaintenance::MaintenancePlanSubPlan ^ get(int index); };
public Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlanSubPlan this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlanSubPlan
Default Public ReadOnly Property Item(index As Integer) As MaintenancePlanSubPlan
Parameters
- index
- Int32
Property Value
Applies to
Item[String]
public:
property Microsoft::SqlServer::Management::DatabaseMaintenance::MaintenancePlanSubPlan ^ default[System::String ^] { Microsoft::SqlServer::Management::DatabaseMaintenance::MaintenancePlanSubPlan ^ get(System::String ^ subplanStr); };
public Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlanSubPlan this[string subplanStr] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.DatabaseMaintenance.MaintenancePlanSubPlan
Default Public ReadOnly Property Item(subplanStr As String) As MaintenancePlanSubPlan
Parameters
- subplanStr
- String