GetExport-Methode
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
Parameter
- o
Typ: System. . :: . .Object
The object on which the exportability flag is desired.
Rückgabewert
Typ: System. . :: . .Boolean
A Boolean that indicates if the object can be exported.