共用方式為


DeploymentContributorContext.Source 屬性

Gets the Source TSqlModel

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public ReadOnly Property Source As TSqlModel 
    Get
'用途
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

屬性值

型別:Microsoft.SqlServer.Dac.Model.TSqlModel

請參閱

參考

DeploymentContributorContext 類別

Microsoft.SqlServer.Dac.Deployment 命名空間