Partager via


Propriété IWmiDataReaderTask.DestinationType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the type of the destination.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly :  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Syntaxe

'Déclaration
Property DestinationType As DestinationType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IWmiDataReaderTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask