Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- condition
Typ: Microsoft.SqlServer.Management.Dmf.Condition
A Condition value that specifies the object that is extended.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.