ConditionExtender 建構函式 (Condition)
Initializes a new instance of the ConditionExtender class based on the specified condition.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
condition As Condition _
)
'用途
Dim condition As Condition
Dim instance As New ConditionExtender(condition)
public ConditionExtender(
Condition condition
)
public:
ConditionExtender(
Condition^ condition
)
new :
condition:Condition -> ConditionExtender
public function ConditionExtender(
condition : Condition
)
參數
- condition
型別:Microsoft.SqlServer.Management.Dmf. . :: . .Condition
A Condition value that specifies the object that is extended.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。