SchemaCompareFileBasedModelCreator.FileDescription Property

When implemented in a derived class, gets or sets a description of the file.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property FileDescription As String
public abstract string FileDescription { get; }
public:
virtual property String^ FileDescription {
    String^ get () abstract;
}
abstract FileDescription : string
abstract function get FileDescription () : String

Property Value

Type: System.String
The file description.

.NET Framework Security

See Also

Reference

SchemaCompareFileBasedModelCreator Class

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