SchemaComparisonExcludedObjectId Constructores

Definición

Sobrecargas

Nombre Description
SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

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)

Parámetros

typeClass
ModelTypeClass

Tipo de un objeto

identifier
ObjectIdentifier

ObjectIdentifier (nombre) de un objeto

Se aplica a

SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

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)

Parámetros

typeName
String

Nombre de tipo usado por la comparación de esquemas

identifier
ObjectIdentifier

ObjectIdentifier (name) posiblemente null de un objeto

Se aplica a

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

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)

Parámetros

typeClass
ModelTypeClass

Tipo de un objeto

identifier
ObjectIdentifier

ObjectIdentifier (nombre) de un objeto

parentTypeClass
ModelTypeClass

Tipo del objeto primario. Se usa para hacer referencia a un objeto sin nombre por referencia a su elemento primario (con nombre).

parentIdentifier
ObjectIdentifier

Nombre del objeto primario. Se usa para hacer referencia a un objeto sin nombre por referencia a su elemento primario (con nombre).

Se aplica a

SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Construye un identificador que hace referencia a un objeto por tipo y nombre.

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)

Parámetros

typeName
String

Nombre de tipo usado por la comparación de esquemas

identifier
ObjectIdentifier

ObjectIdentifier (name) posiblemente null de un objeto

parentTypeName
String

Nombre de tipo del objeto primario. Se usa para hacer referencia a un objeto sin nombre por referencia a su elemento primario (con nombre).

parentIdentifier
ObjectIdentifier

Nombre del objeto primario. Se usa para hacer referencia a un objeto sin nombre por referencia a su elemento primario (con nombre).

Se aplica a