Share via


SchemaComparisonExcludedObjectId.Identifier Property

 

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

Syntax

public ObjectIdentifier Identifier { get; }
public:
property ObjectIdentifier^ Identifier {
    ObjectIdentifier^ get();
}
member Identifier : ObjectIdentifier with get
Public ReadOnly Property Identifier As ObjectIdentifier

Property Value

Type: Microsoft.SqlServer.Dac.Model.ObjectIdentifier

See Also

SchemaComparisonExcludedObjectId Class
Microsoft.SqlServer.Dac.Compare Namespace

Return to top