EnumReferencedObjects.Next Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Displays the next object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Next
'Usage
Dim instance As EnumReferencedObjects
instance.Next()
public void Next()
public:
void Next()
member Next : unit -> unit
public function Next()