Freigeben über


GetElement-Methode (Int32)

Gets an element with the specified index from the collection.

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)

Syntax

'Declaration
Public Function GetElement ( _
    i As Integer _
) As Object
'Usage
Dim instance As VariablesCollection
Dim i As Integer
Dim returnValue As Object

returnValue = instance.GetElement(i)
public Object GetElement(
    int i
)
public:
Object^ GetElement(
    int i
)
member GetElement : 
        i:int -> Object 
public function GetElement(
    i : int
) : Object

Parameter

Rückgabewert

Typ: System. . :: . .Object
An Object containing the element at the specified index.

Ausnahmen

Ausnahme Bedingung
ArgumentOutOfRangeException

i is less than zero.

-or-

i is equal to or greater than Count.