Partilhar via


Propriedade do RDL IWmiDataReaderTask.DestinationType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the type of the destination.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (em Microsoft.SqlServer.WMIDRTask.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IWmiDataReaderTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask