SchemaComparisonExcludedObjectId Costruttori

Definizione

Overload

Nome Descrizione
SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

public SchemaComparisonExcludedObjectId(Microsoft.SqlServer.Dac.Model.ModelTypeClass typeClass, Microsoft.SqlServer.Dac.Model.ObjectIdentifier identifier);
new Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId : Microsoft.SqlServer.Dac.Model.ModelTypeClass * Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId
Public Sub New (typeClass As ModelTypeClass, identifier As ObjectIdentifier)

Parametri

typeClass
ModelTypeClass

Tipo di un oggetto

identifier
ObjectIdentifier

ObjectIdentifier (nome) di un oggetto

Si applica a

SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

public SchemaComparisonExcludedObjectId(string typeName, Microsoft.SqlServer.Dac.Model.ObjectIdentifier identifier);
new Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId : string * Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId
Public Sub New (typeName As String, identifier As ObjectIdentifier)

Parametri

typeName
String

Nome del tipo usato dal confronto tra schemi

identifier
ObjectIdentifier

Oggetto ObjectIdentifier (nome) eventualmente null di un oggetto

Si applica a

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

public SchemaComparisonExcludedObjectId(Microsoft.SqlServer.Dac.Model.ModelTypeClass typeClass, Microsoft.SqlServer.Dac.Model.ObjectIdentifier identifier, Microsoft.SqlServer.Dac.Model.ModelTypeClass parentTypeClass, Microsoft.SqlServer.Dac.Model.ObjectIdentifier parentIdentifier);
new Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId : Microsoft.SqlServer.Dac.Model.ModelTypeClass * Microsoft.SqlServer.Dac.Model.ObjectIdentifier * Microsoft.SqlServer.Dac.Model.ModelTypeClass * Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId
Public Sub New (typeClass As ModelTypeClass, identifier As ObjectIdentifier, parentTypeClass As ModelTypeClass, parentIdentifier As ObjectIdentifier)

Parametri

typeClass
ModelTypeClass

Tipo di un oggetto

identifier
ObjectIdentifier

ObjectIdentifier (nome) di un oggetto

parentTypeClass
ModelTypeClass

Tipo dell'oggetto padre. Viene usato per fare riferimento a un oggetto senza nome per riferimento al relativo elemento padre (denominato).

parentIdentifier
ObjectIdentifier

Nome dell'oggetto padre. Viene usato per fare riferimento a un oggetto senza nome per riferimento al relativo elemento padre (denominato).

Si applica a

SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Costruisce un identificatore che fa riferimento a un oggetto in base al tipo e al nome.

public SchemaComparisonExcludedObjectId(string typeName, Microsoft.SqlServer.Dac.Model.ObjectIdentifier identifier, string parentTypeName, Microsoft.SqlServer.Dac.Model.ObjectIdentifier parentIdentifier);
new Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId : string * Microsoft.SqlServer.Dac.Model.ObjectIdentifier * string * Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId
Public Sub New (typeName As String, identifier As ObjectIdentifier, parentTypeName As String, parentIdentifier As ObjectIdentifier)

Parametri

typeName
String

Nome del tipo usato dal confronto tra schemi

identifier
ObjectIdentifier

Oggetto ObjectIdentifier (nome) eventualmente null di un oggetto

parentTypeName
String

Nome del tipo dell'oggetto padre. Viene usato per fare riferimento a un oggetto senza nome per riferimento al relativo elemento padre (denominato).

parentIdentifier
ObjectIdentifier

Nome dell'oggetto padre. Viene usato per fare riferimento a un oggetto senza nome per riferimento al relativo elemento padre (denominato).

Si applica a