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.
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
- vbExport
- Boolean
- Attributes
Remarks
For more information, see DtsProperty.