MatchType(T) méthode
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function MatchType(Of T) ( _
value As String _
) As T
'Utilisation
Dim value As String
Dim returnValue As T
returnValue = ExpressionNode.MatchType(value)
public static T MatchType<T>(
string value
)
public:
generic<typename T>
static T MatchType(
String^ value
)
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
Valeur de retour
Type : T
Voir aussi