Поделиться через


Свойство FileName

Gets or sets the name of the file to which the generated script is output.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Property FileName As String
    Get
    Set
'Применение
Dim instance As ScriptingOptions
Dim value As String

value = instance.FileName

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

Значение свойства

Тип System. . :: . .String
A String value that specifies the name of the file to which the generated script is output.