Freigeben über


DeploymentContributorContext.Source-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dac.Model.TSqlModel

Siehe auch

Verweis

DeploymentContributorContext Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace