EdgeConstraintClause Costruttori

Definizione

Overload

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

Costruttore per creare un'istanza di un oggetto EdgeConstraintClause. Sarebbe utile per i consumatori.

EdgeConstraintClause()

public EdgeConstraintClause();
Public Sub New ()

Si applica 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)

Parametri

parent
SqlSmoObject
name
String

Si applica a

EdgeConstraintClause(EdgeConstraint, Table, Table)

Costruttore per creare un'istanza di un oggetto EdgeConstraintClause. Sarebbe utile per i consumatori.

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)

Parametri

parent
EdgeConstraint

Oggetto padre che incapsula questo oggetto (In questo caso EdgeConstraint)

fromTable
Table

Tabella che forma l'origine della connessione

toTable
Table

Tabella che costituisce il sink della connessione

Si applica a