Compartir a través de


MatchType(T) Método

Indicates the type of match to be used in the node.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<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 no admite tipos y métodos genéricos.

Parámetros de tipo

  • T

Parámetros

Valor devuelto

Tipo: T
The type of match to be used in the node.