Compartir a través de


IWmiDataReaderTask.DestinationType 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 type of the destination.

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

Sintaxis

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

value = instance.DestinationType

instance.DestinationType = value
DestinationType DestinationType { get; set; }
property DestinationType DestinationType {
    DestinationType get ();
    void set (DestinationType value);
}
abstract DestinationType : DestinationType with get, set
function get DestinationType () : DestinationType 
function set DestinationType (value : DestinationType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType
A DestinationType value.

Vea también

Referencia

IWmiDataReaderTask Interfaz

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