다음을 통해 공유


DeploymentContributorContext.Target 속성

Gets the Target TSqlModel

네임스페이스:  Microsoft.SqlServer.Dac.Deployment
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public ReadOnly Property Target As TSqlModel 
    Get
‘사용 방법
Dim instance As DeploymentContributorContext 
Dim value As TSqlModel 

value = instance.Target
public TSqlModel Target { get; }
public:
property TSqlModel^ Target {
    TSqlModel^ get ();
}
member Target : TSqlModel
function get Target () : TSqlModel

속성 값

유형: Microsoft.SqlServer.Dac.Model.TSqlModel

참고 항목

참조

DeploymentContributorContext 클래스

Microsoft.SqlServer.Dac.Deployment 네임스페이스