Метод MatchType(T)
Indicates the type of match to be used in the node.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function MatchType(Of T) ( _
value As String _
) As T
'Применение
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 не поддерживает стандартные типы и методы.
Параметры типа
- T
Параметры
- value
Тип: System. . :: . .String
A string that represents the value.
Возвращаемое значение
Тип: T
The type of match to be used in the node.