Partilhar via


Propriedade do RDL AddFileSpec.FileName

Gets or sets the optional file name (string Literal).

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property FileName As Literal 
    Get 
    Set
'Uso
Dim instance As AddFileSpec 
Dim value As Literal 

value = instance.FileName

instance.FileName = value
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 da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional file name (string Literal).

Consulte também

Referência

AddFileSpec Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom