Classe ArrayValue
Holds the value of a parameter when the parameter is of type Array.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ArrayValue
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ArrayValue _
Inherits DTSParamValue
'Utilizzo
Dim instance As ArrayValue
[SerializableAttribute]
public class ArrayValue : DTSParamValue
[SerializableAttribute]
public ref class ArrayValue : public DTSParamValue
[<SerializableAttribute>]
type ArrayValue =
class
inherit DTSParamValue
end
public class ArrayValue extends DTSParamValue
Nel tipo ArrayValue sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ArrayValue() | Initializes a new instance of the ArrayValue class. | |
ArrayValue(DTSParamType) | Initializes a new instance of the ArrayValue class, and initializes the DTSParamType of the array elements. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Elements | Gets or sets the elements of an array. | |
ParamType | Gets a parameter type. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates an instance of the ArrayValue class that is identical to the current ArrayValue. Esegue l'override di DTSParamValue.Clone(). | |
Equals | Determines whether two object instances are equal. Esegue l'override di Object.Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Returns the hash code for an instance of the ArrayValue class. Esegue l'override di Object.GetHashCode(). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask