Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Sintassi
'Dichiarazione
Public Enumeration DestinationType
'Utilizzo
Dim instance As DestinationType
public enum DestinationType
public enum class DestinationType
type DestinationType
public enum DestinationType
Membri
| Nome membro | Descrizione | |
|---|---|---|
| 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.
|
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask