SchemaCompareFileBasedModelCreator.FileExtension Property
When implemented in a derived class, gets or sets the file name extension that is used for database files.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property FileExtension As String
public abstract string FileExtension { get; }
public:
virtual property String^ FileExtension {
String^ get () abstract;
}
abstract FileExtension : string
abstract function get FileExtension () : String
Property Value
Type: System.String
The file name extension.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.