Identifier.DecodeIdentifier メソッド

識別子をデコードします。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Shared Function DecodeIdentifier ( _
    identifier As String, _
    <OutAttribute> ByRef quote As QuoteType _
) As String
'使用
Dim identifier As String
Dim quote As QuoteType
Dim returnValue As String

returnValue = Identifier.DecodeIdentifier(identifier, _
    quote)
public static string DecodeIdentifier(
    string identifier,
    out QuoteType quote
)
public:
static String^ DecodeIdentifier(
    String^ identifier, 
    [OutAttribute] QuoteType% quote
)
public static function DecodeIdentifier(
    identifier : String, 
    quote : QuoteType
) : String

パラメータ

戻り値

型 : System.String

参照

参照

Identifier クラス

Identifier メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間