SqlCeScripter.Source Property

Gets the source database from which the schema and data needs to be scripted.

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

Syntax

'Declaration
Public ReadOnly Property Source As IDataSource
    Get
'Usage
Dim instance As SqlCeScripter
Dim value As IDataSource

value = instance.Source
public IDataSource Source { get; }
public:
property IDataSource^ Source {
    IDataSource^ get ();
}
member Source : IDataSource
function get Source () : IDataSource

Property Value

Type: Microsoft.SqlServerCe.Management.Scripting.IDataSource
The source database from which the schema and data needs to be scripted.

See Also

Reference

SqlCeScripter Class

Microsoft.SqlServerCe.Management.Scripting Namespace