Share via


MatchType(T) 메서드

Indicates the type of match to be used in the node.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function MatchType(Of T) ( _
    value As String _
) As T
‘사용 방법
Dim value As String
Dim returnValue As T

returnValue = ExpressionNode.MatchType(value)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static T MatchType<T>(
    string value
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
generic<typename T>
static T MatchType(
    String^ value
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member MatchType : 
        value:string -> 'T 
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • T

매개 변수

반환 값

유형: T
The type of match to be used in the node.