Compartir a través de


DeploymentContributorContext.Options Propiedad

Gets the options being used for this deployment

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public ReadOnly Property Options As SqlDeploymentOptions 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Deployment.SqlDeploymentOptions

Vea también

Referencia

DeploymentContributorContext Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment