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
參數
- o
型別:System. . :: . .Object
The object on which the exportability flag is desired.
傳回值
型別:System. . :: . .Boolean
A Boolean that indicates if the object can be exported.