此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Indicates a value whether the object can be exported.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Function GetExport ( _
pObject As Object _
) As Boolean
'用途
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
參數
- pObject
型別:System.Object
The object on which the exportability flag is desired.
傳回值
型別:System.Boolean
true if the object can be exported; otherwise, false.
備註
For more information, see DtsProperty.