ArrayValue.Elements 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.
Ottiene o imposta gli elementi di una matrice.
public:
property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValueCollection ^ Elements { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValueCollection ^ get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValueCollection ^ value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection Elements { get; set; }
member this.Elements : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection with get, set
Public Property Elements As DTSParamValueCollection
Valore della proprietà
Raccolta DTSParamValueCollection contenente gli elementi nella matrice.