Partager via


Propriété DeploymentContributorContext.Source

Gets the Source TSqlModel

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Source As TSqlModel 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Dac.Model.TSqlModel

Voir aussi

Référence

DeploymentContributorContext Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment