Share via


ISchemaCompareModelProvider.Name Property

Gets the name of the provider.

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

Syntax

'Declaration
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

Property Value

Type: System.String
The name of the provider.

.NET Framework Security

See Also

Reference

ISchemaCompareModelProvider Interface

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