ISqlFile.FileName Property

Gets or sets the name of the file.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlFile Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace