ScriptOptions.ToFileOnly Property

Gets or sets a value that indicates whether to output to file only or to also generate string output.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property ToFileOnly As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.ToFileOnly

instance.ToFileOnly = value
public bool ToFileOnly { get; set; }
public:
property bool ToFileOnly {
    bool get ();
    void set (bool value);
}
member ToFileOnly : bool with get, set
function get ToFileOnly () : boolean
function set ToFileOnly (value : boolean)

Property Value

Type: System.Boolean
true to output file only or to also generate string output; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace