Partager via


DestinationType Enumeration

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

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

Syntaxe

'Déclaration
Public Enumeration DestinationType
public enum DestinationType
public enum class DestinationType
public enum 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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace