MaintenancePlan.SubPlansCollection.Item[] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- index
- Int32
Valore della proprietà
Si applica a
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
Parametri
- subplanStr
- String