Método MatchType(T)
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Shared Function MatchType(Of T) ( _
value As String _
) As T
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
Parâmetros
- value
Tipo: System. . :: . .String
Valor de retorno
Tipo: T
Consulte também