Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- value
Type : System.String
A string that represents the value.
Valeur de retour
Type : T
The type of match to be used in the node.