EnumSubSystems Method
Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The EnumSubSystems method returns a QueryResults object that enumerates installed Microsoft SQL Server Agent execution subsystems.
Syntax
object.EnumSubSystems( )as QueryResults
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT EnumSubSystems(
LPSQLDMOQUERYRESULTS* ppResults);
Returns
A QueryResults object that contains one result set defined by these columns.
Column |
Data type |
Description |
---|---|---|
agent_exe |
nvarchar(81) |
When applicable, executable file launched by agent. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.. |
description |
nvarchar(81) |
Descriptive text. |
event_entry_point |
nvarchar(31) |
Name of an exported function. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.. |
max_worker_/threads |
integer |
Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.. |
start_entry_point |
nvarchar(31) |
Name of an exported function. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.. |
stop_entry_point |
nvarchar(31) |
Name of an exported function. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.. |
subsystem |
nvarchar(41) |
Name of the subsystem. The subsystem is specified by name when creating a job step. |
subsystem_dll |
nvarchar(81) |
Dynamic link library implementing execution subsystem. |