Compartir a través de


Destination Propiedad

Gets or sets the name of the destination for the WmiDataReaderTask.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado:  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Sintaxis

'Declaración
Public Property Destination As String
    Get
    Set
'Uso
Dim instance As WmiDataReaderTask
Dim value As String

value = instance.Destination

instance.Destination = value
public string Destination { get; set; }
public:
virtual property String^ Destination {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Destination : string with get, set
override Destination : string with get, set
final function get Destination () : String
final function set Destination (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String that contains the name of the destination.

Implementa

IWmiDataReaderTask. . :: . .Destination

Comentarios

The value of this property depends on the value of the DestinationType property. For more information about the values supported for DestinationType, see DestinationType.