共用方式為


ExpressionNode.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

參數

  • value
    型別:System.String
    A string that represents the value.

傳回值

型別:T
The type of match to be used in the node.

請參閱

參考

ExpressionNode 類別

Microsoft.SqlServer.Management.Dmf 命名空間