Compartir a través de


IWmiDataReaderTask.Destination Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

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

Sintaxis

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

value = instance.Destination

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

Valor de la propiedad

Tipo: System.String
The name of the destination.

Vea también

Referencia

IWmiDataReaderTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask