Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Public Enumeration DestinationType
'Usage
Dim instance As DestinationType
public enum DestinationType
public enum class DestinationType
type DestinationType
public enum DestinationType
Members
| Member name | Description | |
|---|---|---|
| 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.
Note 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. |