Metodo MatchType(T)
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function MatchType(Of T) ( _
value As String _
) As T
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
Parametri
- value
Tipo: System. . :: . .String
Valore restituito
Tipo: T
Vedere anche