DtsProperty.GetExport(Object) 메서드

정의

지정한 개체에 대한 내보내기 플래그를 반환합니다.

public:
 bool GetExport(System::Object ^ o);
public bool GetExport (object o);
member this.GetExport : obj -> bool
Public Function GetExport (o As Object) As Boolean

매개 변수

o
Object

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

반환

개체를 내보낼 수 있는지 여부를 나타내는 부울입니다.

적용 대상