DtsProperty.GetExport(Object) Method

Definition

Returns the export flag for the specified object.

public:
 bool GetExport(System::Object ^ o);
public bool GetExport (object o);
member this.GetExport : obj -> bool
Public Function GetExport (o As Object) As Boolean

Parameters

o
Object

The object on which the exportability flag is desired.

Returns

A Boolean that indicates if the object can be exported.

Applies to