ScriptOptions.DriAll Property

Gets or sets a value that indicates whether all DRI objects are included in the generated script.

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

Syntax

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

value = instance.DriAll

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

Property Value

Type: System.Boolean
true if all DRI objects are included in the generated script; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace