SfcSqlPathUtilities.DecodeSqlName メソッド (array<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 ( _
names As String() _
) As String()
'使用
Dim names As String()
Dim returnValue As String()
returnValue = SfcSqlPathUtilities.DecodeSqlName(names)
public static string[] DecodeSqlName(
string[] names
)
public:
static array<String^>^ DecodeSqlName(
array<String^>^ names
)
static member DecodeSqlName :
names:string[] -> string[]
public static function DecodeSqlName(
names : String[]
) : String[]
パラメーター
- names
型: array<System.String[]
デコードする SQL Server 識別子を保持する配列です。
戻り値
型: array<System.String[]
PowerShell のエンコードを削除した元の SQL Server 識別子です。