次の方法で共有


SfcSqlPathUtilities.DecodeSqlName メソッド (String)

指定した SQL Server 識別子をデコードします。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Shared Function DecodeSqlName ( _
    name As String _
) As String
'使用
Dim name As String 
Dim returnValue As String 

returnValue = SfcSqlPathUtilities.DecodeSqlName(name)
public static string DecodeSqlName(
    string name
)
public:
static String^ DecodeSqlName(
    String^ name
)
static member DecodeSqlName : 
        name:string -> string
public static function DecodeSqlName(
    name : String
) : String

パラメーター

  • name
    型: System.String
    デコードする SQL Server 識別子です。

戻り値

型: System.String
PowerShell のエンコードを削除した元の SQL Server 識別子です。

関連項目

参照

SfcSqlPathUtilities クラス

DecodeSqlName オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間