SchemaComparisonExcludedObjectId Constructors

Definition

Overloads

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

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)

Parameters

typeClass
ModelTypeClass

The type of an object

identifier
ObjectIdentifier

The ObjectIdentifier (name) of an object

Applies to

SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

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)

Parameters

typeName
String

The type name used by schema comparison

identifier
ObjectIdentifier

The possibly null ObjectIdentifier (name) of an object

Applies to

SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

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)

Parameters

typeClass
ModelTypeClass

The type of an object

identifier
ObjectIdentifier

The ObjectIdentifier (name) of an object

parentTypeClass
ModelTypeClass

The type of the parent object. This is used to refer to an unnamed object by reference to its (named) parent.

parentIdentifier
ObjectIdentifier

The name of the parent object. This is used to refer to an unnamed object by reference to its (named) parent.

Applies to

SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Constructs an identifier that refers to an object by type and name.

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)

Parameters

typeName
String

The type name used by schema comparison

identifier
ObjectIdentifier

The possibly null ObjectIdentifier (name) of an object

parentTypeName
String

The type name of the parent object. This is used to refer to an unnamed object by reference to its (named) parent.

parentIdentifier
ObjectIdentifier

The name of the parent object. This is used to refer to an unnamed object by reference to its (named) parent.

Applies to