Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Indicates a value whether the object can be exported.
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
The object on which the exportability flag is desired.
Return Value
Type: System.Boolean
true if the object can be exported; otherwise, false.
Remarks
For more information, see DtsProperty.