Share via


SchemaComparisonExcludedObjectId Class

 

Namespace:   Microsoft.SqlServer.Dac.Compare
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Compare.SchemaComparisonExcludedObjectId

Syntax

public sealed class SchemaComparisonExcludedObjectId
public ref class SchemaComparisonExcludedObjectId sealed 
[<Sealed>]
type SchemaComparisonExcludedObjectId = class end
Public NotInheritable Class SchemaComparisonExcludedObjectId

Constructors

Name Description
System_CAPS_pubmethod SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier)

System_CAPS_pubmethod SchemaComparisonExcludedObjectId(ModelTypeClass, ObjectIdentifier, ModelTypeClass, ObjectIdentifier)

System_CAPS_pubmethod SchemaComparisonExcludedObjectId(String, ObjectIdentifier)

System_CAPS_pubmethod SchemaComparisonExcludedObjectId(String, ObjectIdentifier, String, ObjectIdentifier)

Properties

Name Description
System_CAPS_pubproperty Identifier

System_CAPS_pubproperty ParentIdentifier

System_CAPS_pubproperty ParentTypeName

System_CAPS_pubproperty TypeName

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.SqlServer.Dac.Compare Namespace

Return to top