EdgeConstraintClause Construtores

Definição

Sobrecargas

Nome Description
EdgeConstraintClause()
EdgeConstraintClause(SqlSmoObject, String)
EdgeConstraintClause(EdgeConstraint, Table, Table)

Construtor para instanciar um objeto EdgeConstraintClause. Ajudaria os consumidores.

EdgeConstraintClause()

public EdgeConstraintClause();
Public Sub New ()

Aplica-se a

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)

Parâmetros

parent
SqlSmoObject
name
String

Aplica-se a

EdgeConstraintClause(EdgeConstraint, Table, Table)

Construtor para instanciar um objeto EdgeConstraintClause. Ajudaria os consumidores.

public EdgeConstraintClause(Microsoft.SqlServer.Management.Smo.EdgeConstraint parent, Microsoft.SqlServer.Management.Smo.Table fromTable, Microsoft.SqlServer.Management.Smo.Table toTable);
new Microsoft.SqlServer.Management.Smo.EdgeConstraintClause : Microsoft.SqlServer.Management.Smo.EdgeConstraint * Microsoft.SqlServer.Management.Smo.Table * Microsoft.SqlServer.Management.Smo.Table -> Microsoft.SqlServer.Management.Smo.EdgeConstraintClause
Public Sub New (parent As EdgeConstraint, fromTable As Table, toTable As Table)

Parâmetros

parent
EdgeConstraint

Objeto pai que encapsula esse objeto (EdgeConstraint neste caso)

fromTable
Table

Tabela que forma a origem da conexão

toTable
Table

Tabela que forma o coletor da conexão

Aplica-se a