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 命名空间