Compartir a través de


AddFileSpec.FileName (Propiedad)

Obtiene o establece un nombre de archivo opcional.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property FileName As Literal
    Get
    Set
public Literal FileName { get; set; }
public:
property Literal^ FileName {
    Literal^ get ();
    void set (Literal^ value);
}
member FileName : Literal with get, set
function get FileName () : Literal
function set FileName (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal
Devuelve un objeto Literal.

Seguridad de .NET Framework

Vea también

Referencia

AddFileSpec Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)