TaskUIUtils.GetSmoServer(ConnectionManager, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::SqlServer::Management::Smo::Server ^ GetSmoServer(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connManager, System::String ^ newServerName);
public static Microsoft.SqlServer.Management.Smo.Server GetSmoServer (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connManager, string newServerName);
static member GetSmoServer : Microsoft.SqlServer.Dts.Runtime.ConnectionManager * string -> Microsoft.SqlServer.Management.Smo.Server
Public Shared Function GetSmoServer (connManager As ConnectionManager, newServerName As String) As Server
Parameters
- connManager
- ConnectionManager
- newServerName
- String