Método ExpressionNode.MatchType<T>
Indicates the type of match to be used in the node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function MatchType(Of T) ( _
value As String _
) As T
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
Parâmetros
- value
Tipo: System.String
A string that represents the value.
Valor de retorno
Tipo: T
The type of match to be used in the node.