Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Checks the specified configuration property.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Sub CheckConfigurationProperty(Of T As IComparable) ( _
property As String, _
configValue As T, _
runValue As T _
)
'Применение
Dim property As String
Dim configValue As T
Dim runValue As T
Utils.CheckConfigurationProperty(property, _
configValue, runValue)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static void CheckConfigurationProperty<T>(
string property,
T configValue,
T runValue
)
where T : IComparable
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
generic<typename T>
where T : IComparable
static void CheckConfigurationProperty(
String^ property,
T configValue,
T runValue
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member CheckConfigurationProperty :
property:string *
configValue:'T *
runValue:'T -> unit when 'T : IComparable
JScript не поддерживает стандартные типы и методы.
Параметры типа
- T
Параметры
- property
Тип: System.String
A string value that specifies the property.
- configValue
Тип: T
The configuration value of the generic type.
- runValue
Тип: T
The run value of the generic type.