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.
Gets or sets a DestinationType value that indicates the type of destination, such as a file or a variable, used by the WmiDataReaderTask.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Public Property DestinationType As DestinationType
Get
Set
'Usage
Dim instance As WmiDataReaderTask
Dim value As DestinationType
value = instance.DestinationType
instance.DestinationType = value
public DestinationType DestinationType { get; set; }
public:
virtual property DestinationType DestinationType {
DestinationType get () sealed;
void set (DestinationType value) sealed;
}
abstract DestinationType : DestinationType with get, set
override DestinationType : DestinationType with get, set
final function get DestinationType () : DestinationType
final function set DestinationType (value : DestinationType)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.DestinationType
A DestinationType value. The default is FileConnection.
Implementiert
IWmiDataReaderTask.DestinationType