Compartir a través de


Enumeración DestinationType

Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado:  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Sintaxis

'Declaración
Public Enumeration DestinationType
'Uso
Dim instance As DestinationType
public enum DestinationType
public enum class DestinationType
type DestinationType
public enum DestinationType

Miembros

Nombre del miembro Descripción
FileConnection The Destination property contains the name of a file connection that receives the results of the WmiDataReaderTask.
Variable The Destination property contains the name of a String or Object variable that receives the results of the WmiDataReaderTask.

[!NOTA]

If OutputType is set to DataTable and this value is used for DestinationType, the variable specified in Destination must be an Object variable. Otherwise, an error occurs.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask