PathWrapper.PathSeparatorFromServerConnection(ServerConnection) 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.
Returns the appropriate path separator string for the given server connection
public static string PathSeparatorFromServerConnection (Microsoft.SqlServer.Management.Common.ServerConnection serverConnection);
static member PathSeparatorFromServerConnection : Microsoft.SqlServer.Management.Common.ServerConnection -> string
Public Shared Function PathSeparatorFromServerConnection (serverConnection As ServerConnection) As String
Parameters
- serverConnection
- ServerConnection