Share via


ExpressionNode.MatchType<T> Method

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function MatchType(Of T) ( _
    value As String _
) As T
'Usage
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 does not support generic types and methods.

Type Parameters

  • T

Parameters

Return Value

Type: T