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

매개 변수

반환 값

유형: System.String
The decoded identifier.

참고 항목

참조

Identifier 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스