IDTSProperty100.SetExport(Object, Boolean) Method

Definition

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.

Applies to