Share via


SchemaCompareModelProviderBase.Name Property

When implemented in a derived class, gets or sets the name of this object.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
final function get Name () : String
final function set Name (value : String)

Property Value

Type: System.String
The name of this object.

Implements

ISchemaCompareModelProvider.Name

Remarks

Notes to Inheritors

If you override the Name property, call the base property to get the value before you implement your code.

.NET Framework Security

See Also

Reference

SchemaCompareModelProviderBase Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace