Identifier.DecodeIdentifier 方法
Decodes the identifier.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.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
)
static member DecodeIdentifier :
identifier:string *
quote:QuoteType byref -> string
public static function DecodeIdentifier(
identifier : String,
quote : QuoteType
) : String
參數
- identifier
型別:System.String
Specifies the identifier.
- quote
型別:Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType%
Specifies the quote type.
傳回值
型別:System.String
The decoded identifier.