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