ExpressionNode.MatchType<T> Method (String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static T MatchType<T>(
    string value
)
public:
generic<typename T>
[STraceConfigurationAttribute(SkipAutoTrace = true)]
static T MatchType(
    String^ value
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member MatchType<'T> : 
        value:string -> 'T
<STraceConfigurationAttribute(SkipAutoTrace := True)>
Public Shared Function MatchType(Of T) (
    value As String
) As T

Parameters

Return Value

Type: T

The type of match to be used in the node.

See Also

ExpressionNode Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top