언어

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

수출 가능성 플래그가 원하는 객체입니다.

반품

객체가 내보낼 수 있다면 참이고; 그렇지 않으면 거짓입니다.

특성

설명

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

적용 대상