Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the type of the destination.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Property DestinationType As DestinationType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType
A DestinationType value.