Condividi tramite


Proprietà ISqlFile.FileName

Ottiene o imposta il nome del file.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property FileName As String
    Get
    Set
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFile Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel