Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the export flag for the specified object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetExport ( _
pObject As Object, _
vbExport As Boolean _
)
'Usage
Dim instance As IDTSProperty100
Dim pObject As Object
Dim vbExport As Boolean
instance.SetExport(pObject, vbExport)
void SetExport(
Object pObject,
bool vbExport
)
void SetExport(
[InAttribute] Object^ pObject,
[InAttribute] bool vbExport
)
abstract SetExport :
pObject:Object *
vbExport:bool -> unit
function SetExport(
pObject : Object,
vbExport : boolean
)
Parameters
- pObject
Type: System.Object
The object on which the flag is being set.
- vbExport
Type: System.Boolean
true to set on the object’s export flag; otherwise, false.
Remarks
For more information, see DtsProperty.