다음을 통해 공유


CheckConfigurationProperty(T) 메서드

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
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)
public static void CheckConfigurationProperty<T>(
    string property,
    T configValue,
    T runValue
)
where T : IComparable
public:
generic<typename T>
where T : IComparable
static void CheckConfigurationProperty(
    String^ property, 
    T configValue, 
    T runValue
)
static member CheckConfigurationProperty : 
        property:string * 
        configValue:'T * 
        runValue:'T -> unit  when 'T : IComparable
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

형식 매개 변수

  • T

매개 변수

  • configValue
    형식: T
  • runValue
    형식: T