Freigeben über


ExpressionNode.MatchType<T>-Methode

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function MatchType(Of T) ( _
    value As String _
) As T
'Usage
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 bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.

Typparameter

  • T

Parameter

Rückgabewert

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

Siehe auch

Verweis

ExpressionNode Klasse

Microsoft.SqlServer.Management.Dmf-Namespace