Partager via


Méthode MatchType(T)

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

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function MatchType(Of T) ( _
    value As String _
) As T
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T

Paramètres

Valeur de retour

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