ConvertUrnToPath 方法
Converts the specified SMO Uniform Resource Names (URN) to a PowerShell path. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Shared Function ConvertUrnToPath ( _
urn As Urn _
) As String
用法
Dim urn As Urn
Dim returnValue As String
returnValue = SfcSqlPathUtilities.ConvertUrnToPath(urn)
public static string ConvertUrnToPath(
Urn urn
)
public:
static String^ ConvertUrnToPath(
Urn^ urn
)
static member ConvertUrnToPath :
urn:Urn -> string
public static function ConvertUrnToPath(
urn : Urn
) : String
参数
- urn
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The SMO URN to convert.
返回值
类型:System. . :: . .String
The equivalent PowerShell path.