Share via


SchemaDeployment.Source Property

Gets the DataSchemaModel for the source database.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Source As DataSchemaModel
public DataSchemaModel Source { get; }
public:
property DataSchemaModel^ Source {
    DataSchemaModel^ get ();
}
member Source : DataSchemaModel
function get Source () : DataSchemaModel

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The source data schema model.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DataSchemaModel