SqlTaskBase.GetServerName Method

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Protected Shared Function GetServerName ( _
    targetConnection As String _
) As String
'Usage
Dim targetConnection As String
Dim returnValue As String

returnValue = SqlTaskBase.GetServerName(targetConnection)
protected static string GetServerName (
    string targetConnection
)
protected:
static String^ GetServerName (
    String^ targetConnection
)
protected static String GetServerName (
    String targetConnection
)
protected static function GetServerName (
    targetConnection : String
) : String

Parameters

  • targetConnection

See Also

Reference

SqlTaskBase Class
SqlTaskBase Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace