Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ConditionExtender class based on the specified condition.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
condition As Condition _
)
'Usage
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
)
Parameters
- condition
Type: Microsoft.SqlServer.Management.Dmf.Condition
A Condition value that specifies the object that is extended.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.