DeploymentContributorContext.Source Property
Gets the Source TSqlModel
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Source As TSqlModel
Get
'Usage
Dim instance As DeploymentContributorContext
Dim value As TSqlModel
value = instance.Source
public TSqlModel Source { get; }
public:
property TSqlModel^ Source {
TSqlModel^ get ();
}
member Source : TSqlModel
function get Source () : TSqlModel
Property Value
Type: Microsoft.SqlServer.Dac.Model.TSqlModel