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