Utils.CheckConfigurationProperty<T> メソッド
指定された構成プロパティをチェックします。
名前空間: 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
プロパティを示す文字列値です。
- configValue
型: T
汎用型の構成値です。
- runValue
型: T
汎用型の実行値です。