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
public DestinationType DestinationType { get; set; }
public:
virtual property DestinationType DestinationType {
DestinationType get () sealed;
void set (DestinationType value) sealed;
}
/** @property */
public final DestinationType get_DestinationType ()
/** @property */
public final void set_DestinationType (DestinationType value)
public final function get DestinationType () : DestinationType
public final function set DestinationType (value : DestinationType)
Eigenschaftswert
A DestinationType value. The default is FileConnection.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
WmiDataReaderTask Class
WmiDataReaderTask Members
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace