DtsProperty.GetExport(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.