IDTSProperty100.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.
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.