Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines the type of output returned by a WmiDataReaderTask class.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly : Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)
Syntaxe
'Déclaration
Public Enumeration OutputType
'Utilisation
Dim instance As OutputType
public enum OutputType
public enum class OutputType
type OutputType
public enum OutputType
Membres
| Nom de membre | Description | |
|---|---|---|
| DataTable | Output is returned as a DataTable.
If DestinationType is set to FileConnection, then the DataTable is converted to a String that contains column values separated by commas, and rows delimited by a carriage return/linefeed. |
|
| PropertyNameAndValue | Output is returned as a String that contains the name and value of a specified property. | |
| PropertyValue | Output is returned as a String that contains the value of a specified property. |
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask