Metoda ExpressionNode.MatchType<T>
Wskazuje typ dopasowania do użycia w węźle.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function MatchType(Of T) ( _
value As String _
) As T
'Użycie
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
Język JScript nie obsługuje ogólnych typów i metod.
Parametry typów
- T
Parametry
- value
Typ: System.String
Ciąg, który reprezentuje wartość.
Wartość zwracana
Typ: T
Typ dopasowania do użycia w węźle.