Proprietà DestinationType

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)

Sintassi

'Dichiarazione
Property DestinationType As DestinationType
    Get
    Set
'Utilizzo
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)