Classe ArrayValue
Holds the value of a parameter when the parameter is of type Array.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..ArrayValue
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ArrayValue _
Inherits DTSParamValue
'Uso
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
O tipo ArrayValue expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Elements | Gets or sets the elements of an array. | |
ParamType | Gets a parameter type. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates an instance of the ArrayValue class that is identical to the current ArrayValue. (Substitui DTSParamValue. . :: . .Clone() () () ().) | |
Equals | Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Returns the hash code for an instance of the ArrayValue class. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.