ArrayValue.Elements Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define os elementos de uma matriz.
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
Valor da propriedade
Uma coleção de DTSParamValueCollection que contém os elementos na matriz.