MaintenancePlan.SubPlansCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- index
- Int32
Valeur de propriété
S’applique à
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
Paramètres
- subplanStr
- String