ArrayValue-Klasse
Holds the value of a parameter when the parameter is of type Array.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..ArrayValue
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ArrayValue _
Inherits DTSParamValue
'Usage
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
Der ArrayValue-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Elements | Gets or sets the elements of an array. |
![]() |
ParamType | Gets a parameter type. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Clone | Creates an instance of the ArrayValue class that is identical to the current ArrayValue. (Überschreibt DTSParamValue. . :: . .Clone() () () ().) |
![]() |
Equals | Determines whether two object instances are equal. (Überschreibt Object. . :: . .Equals(Object).) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | Returns the hash code for an instance of the ArrayValue class. (Überschreibt Object. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)