Share via


ISqlFile.FileName Property

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

Syntax

'Declaration
Property FileName As String
'Usage
Dim instance As ISqlFile 
Dim value As String 

value = instance.FileName

instance.FileName = value
string FileName { get; set; }
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
function get FileName () : String 
function set FileName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlFile Interface

ISqlFile Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace