Condividi tramite


Metodo ProxyAccount.EnumSubSystems

Enumerates a list of Microsoft SQL Server subsystems associated with the referenced proxy account.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumSubSystems As DataTable
'Utilizzo
Dim instance As ProxyAccount 
Dim returnValue As DataTable 

returnValue = instance.EnumSubSystems()
public DataTable EnumSubSystems()
public:
DataTable^ EnumSubSystems()
member EnumSubSystems : unit -> DataTable
public function EnumSubSystems() : DataTable

Valore restituito

Tipo: System.Data.DataTable
A DataTable object value that contains a table of information about the SQL Server subsystems that are associated with the referenced proxy account.

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

ProxyAccount Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)

sp_help_proxy (Transact-SQL)