Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function MatchType(Of T) ( _
value As String _
) As T
'Usage
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 does not support generic types and methods.
Type Parameters
- T
Parameters
- value
Type: System.String
A string that represents the value.
Return Value
Type: T
The type of match to be used in the node.