IDTSProperty100.GetExport Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetExport ( _
pObject As Object _
) As Boolean
'Usage
Dim instance As IDTSProperty100
Dim pObject As Object
Dim returnValue As Boolean
returnValue = instance.GetExport(pObject)
bool GetExport(
Object pObject
)
bool GetExport(
[InAttribute] Object^ pObject
)
abstract GetExport :
pObject:Object -> bool
function GetExport(
pObject : Object
) : boolean
Parameters
- pObject
Type: System.Object
Return Value
Type: System.Boolean