ConditionEditorController.LoadConstraintList(Condition) Method

Definition

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Loads the constraint list from the specified Condition object.

public:
 void LoadConstraintList(Microsoft::SqlServer::Management::Dmf::Condition ^ condition);
public void LoadConstraintList (Microsoft.SqlServer.Management.Dmf.Condition condition);
member this.LoadConstraintList : Microsoft.SqlServer.Management.Dmf.Condition -> unit
Public Sub LoadConstraintList (condition As Condition)

Parameters

condition
Condition

Specifies the condition from which to load the constraint list.

Applies to