ConditionEditorController.LoadConstraintList(Condition) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识为仅供参考。 不支持。 不保证以后的兼容性。 从指定的条件对象加载约束列表。
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)
参数
- condition
- Condition
指定加载约束列表的条件。