Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the export flag for the specified object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetExport ( _
o As Object _
) As Boolean
'Usage
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
Parameters
- o
Type: System.Object
The object on which the exportability flag is desired.
Return Value
Type: System.Boolean
A Boolean that indicates if the object can be exported.