SfcSqlPathUtilities Class

Definition

public class SfcSqlPathUtilities
type SfcSqlPathUtilities = class
Public Class SfcSqlPathUtilities
Inheritance
SfcSqlPathUtilities

Constructors

SfcSqlPathUtilities()

Methods

ConvertUrnToPath(Urn)

Converts a URN to a path

DecodeSqlName(String)
DecodeSqlName(String[])

Decodes an array of names.

EncodeSqlName(String)

Encodes the string into a URL encoded string. Note that we encode ':'. This is a known bug in PowerShell 1.0 that you cannot cd into a location that has a ':'. We need to receive the '' escaped as we do not know whether it is a path separator or a part of a name (which is a legal id character in SQL).

Applies to