Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- pObject
Typ: System.Object
The object on which the flag is being set.
- vbExport
Typ: System.Boolean
true to set on the object’s export flag; otherwise, false.
Hinweise
For more information, see DtsProperty.