Propriedade DestinationType
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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
Consulte também