Freigeben über


DeploymentPlanContributorContext-Klasse

Provides a context for DeploymentPlanContributor objects.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
    Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributorContext

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class DeploymentPlanContributorContext _
    Inherits DeploymentContributorContext
'Usage
Dim instance As DeploymentPlanContributorContext
public sealed class DeploymentPlanContributorContext : DeploymentContributorContext
public ref class DeploymentPlanContributorContext sealed : public DeploymentContributorContext
[<SealedAttribute>]
type DeploymentPlanContributorContext =  
    class 
        inherit DeploymentContributorContext 
    end
public final class DeploymentPlanContributorContext extends DeploymentContributorContext

Der DeploymentPlanContributorContext-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Arguments Gets or sets a dictionary of named arguments and their values. (Geerbt von DeploymentContributorContext.)
Öffentliche Eigenschaft ComparisonResult Gets the ModelComparisonResult
Öffentliche Eigenschaft DeploymentMasterPath Set if a deployment script is also being generated against an Azure target (which requires that the portion executed against master be its own script)
Öffentliche Eigenschaft DeploymentScriptPath Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
Öffentliche Eigenschaft IsAzureSource Does the Source model a SQL Azure database. (Geerbt von DeploymentContributorContext.)
Öffentliche Eigenschaft IsAzureTarget Does the Target model a SQL Azure database. (Geerbt von DeploymentContributorContext.)
Öffentliche Eigenschaft Options Gets the options being used for this deployment (Geerbt von DeploymentContributorContext.)
Öffentliche Eigenschaft PlanHandle Gets the DeploymentPlanHandle
Öffentliche Eigenschaft Source Gets the Source TSqlModel (Geerbt von DeploymentContributorContext.)
Öffentliche Eigenschaft Target Gets the Target TSqlModel (Geerbt von DeploymentContributorContext.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Deployment-Namespace