Share via


Deployment.Source Property

Gets the model source.

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

Syntax

'Declaration
Public ReadOnly Property Source As DataSchemaModel
    Get
'Usage
Dim instance As Deployment
Dim value As DataSchemaModel

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

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Returns a DataSchemaModel.

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace