GetExport 메서드
Returns the export flag for the specified object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
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
매개 변수
- o
형식: System. . :: . .Object
The object on which the exportability flag is desired.
반환 값
형식: System. . :: . .Boolean
A Boolean that indicates if the object can be exported.