Metodo CheckConfigurationProperty(T)
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Sub CheckConfigurationProperty(Of T As IComparable) ( _
property As String, _
configValue As T, _
runValue As T _
)
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
Vedere anche