다음을 통해 공유


DeploymentContributorContext.Options 속성

Gets the options being used for this deployment

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Dac.Deployment.SqlDeploymentOptions

참고 항목

참조

DeploymentContributorContext 클래스

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