Compartir a través de


EnumSubSystems Method

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The EnumSubSystems method returns a QueryResults object that enumerates installed Microsoft SQL Server Agent execution subsystems.

Sintaxis

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. Solo se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada..

description

nvarchar(81)

Descriptive text.

event_entry_point

nvarchar(31)

Name of an exported function. Solo se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada..

max_worker_/threads

integer

Solo se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada..

start_entry_point

nvarchar(31)

Name of an exported function. Solo se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada..

stop_entry_point

nvarchar(31)

Name of an exported function. Solo se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada..

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.

Applies To: