GetExport 메서드

Returns the export flag for the specified object.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function GetExport ( _
    o As Object _
) As Boolean
‘사용 방법
Dim instance As DtsProperty
Dim o As Object
Dim returnValue As Boolean

returnValue = instance.GetExport(o)
public bool GetExport(
    Object o
)
public:
bool GetExport(
    Object^ o
)
member GetExport : 
        o:Object -> bool 
public function GetExport(
    o : Object
) : boolean

매개 변수

반환 값

유형: System. . :: . .Boolean
A Boolean that indicates if the object can be exported.