共用方式為


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