SqlCeScripter.ObjectList Property

Gets or sets the list of objects that needs to be scripted out.

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

Syntax

'Declaration
Public Property ObjectList As IList(Of String)
    Get
    Set
'Usage
Dim instance As SqlCeScripter
Dim value As IList(Of String)

value = instance.ObjectList

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

Property Value

Type: System.Collections.Generic.IList<String>
The list of objects that needs to be scripted out.

See Also

Reference

SqlCeScripter Class

Microsoft.SqlServerCe.Management.Scripting Namespace