EnumReferencedObjects Class

Definition

Enumerates the referenced objects.

public ref class EnumReferencedObjects sealed : Microsoft::SqlServer::Dts::Runtime::DtsObject
public sealed class EnumReferencedObjects : Microsoft.SqlServer.Dts.Runtime.DtsObject
type EnumReferencedObjects = class
    inherit DtsObject
Public NotInheritable Class EnumReferencedObjects
Inherits DtsObject
Inheritance
EnumReferencedObjects

Properties

Object

Gets the referenced objects.

ReferenceType

Gets the reference type.

UsageDescription

Gets the usage description

UsageLocation

Gets the usage location.

Methods

Equals(Object)

Determines whether two object instances are equal.

(Inherited from DtsObject)
GetHashCode()

Returns the hash code for this instance.

(Inherited from DtsObject)
Next()

Displays the next object.

Skip()

Skips the current object.

Applies to