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

내보내기 플래그가 필요한 개체입니다.

반환

개체를 내보낼 수 있으면 true입니다. 그렇지 않으면 false입니다.

특성

설명

자세한 내용은 DtsProperty를 참조하세요.

적용 대상