EdgeConstraint Constructors

Definition

Overloads

EdgeConstraint()
EdgeConstraint(SqlSmoObject, String)

EdgeConstraint()

public EdgeConstraint ();
Public Sub New ()

Applies to

EdgeConstraint(SqlSmoObject, String)

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

Parameters

parent
SqlSmoObject
name
String

Applies to