Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType
A DestinationType value.