EdgeConstraintClause Constructors

Definition

Overloads

EdgeConstraintClause()
EdgeConstraintClause(SqlSmoObject, String)

EdgeConstraintClause()

public EdgeConstraintClause ();
Public Sub New ()

Applies to

EdgeConstraintClause(SqlSmoObject, String)

public EdgeConstraintClause (Microsoft.SqlServer.Management.Smo.SqlSmoObject parent, string name);
new Microsoft.SqlServer.Management.Smo.EdgeConstraintClause : Microsoft.SqlServer.Management.Smo.SqlSmoObject * string -> Microsoft.SqlServer.Management.Smo.EdgeConstraintClause
Public Sub New (parent As SqlSmoObject, name As String)

Parameters

parent
SqlSmoObject
name
String

Applies to