IDTSProperty100.GetExport(Object) 方法

定義

指出是否可以匯出物件的值。

public:
 bool GetExport(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(12)]
public bool GetExport (object pObject);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member GetExport : obj -> bool
Public Function GetExport (pObject As Object) As Boolean

參數

pObject
Object

需要可匯出性旗標的物件。

傳回

Boolean

如果可以匯出物件,則為 true;否則為 false。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於