IDTSProperty100.SetExport(Object, Boolean) 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.
Sets the export flag for the specified object.
public:
void SetExport(System::Object ^ pObject, bool vbExport);
[System.Runtime.InteropServices.DispId(13)]
public void SetExport (object pObject, bool vbExport);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member SetExport : obj * bool -> unit
Public Sub SetExport (pObject As Object, vbExport As Boolean)
Parameters
- pObject
- Object
The object on which the flag is being set.
- vbExport
- Boolean
true to set on the object’s export flag; otherwise, false.
- Attributes
Remarks
For more information, see DtsProperty.