DtsProperty.GetExport Método
Returns the export flag for the specified object.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Function GetExport ( _
o As Object _
) As Boolean
'Uso
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
Parámetros
- o
Tipo: System.Object
The object on which the exportability flag is desired.
Valor devuelto
Tipo: System.Boolean
A Boolean that indicates if the object can be exported.