SQLServerHelper.GetSQLServers Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)
Syntax
'Declaration
Public Shared Function GetSQLServers As ArrayList
'Usage
Dim returnValue As ArrayList
returnValue = SQLServerHelper.GetSQLServers()
public static ArrayList GetSQLServers()
public:
static ArrayList^ GetSQLServers()
static member GetSQLServers : unit -> ArrayList
public static function GetSQLServers() : ArrayList