IDTSProperty100.GetExport(Object) Method

Definition

Indicates a value whether the object can be exported.

public:
 bool GetExport(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(12)]
public bool GetExport (object pObject);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member GetExport : obj -> bool
Public Function GetExport (pObject As Object) As Boolean

Parameters

pObject
Object

The object on which the exportability flag is desired.

Returns

true if the object can be exported; otherwise, false.

Attributes

Remarks

For more information, see DtsProperty.

Applies to