Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (em Microsoft.SqlServer.WMIDRTask.dll)
Sintaxe
'Declaração
Public Enumeration DestinationType
'Uso
Dim instance As DestinationType
public enum DestinationType
public enum class DestinationType
type DestinationType
public enum DestinationType
Membros
| Nome do membro | Descrição | |||
|---|---|---|---|---|
| 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.
|
Observação