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.