Freigeben über


DeploymentContributorContext-Klasse

Provides a context for DeploymentContributor objects in DacFx

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 Class DeploymentContributorContext
'Usage
Dim instance As DeploymentContributorContext
public class DeploymentContributorContext
public ref class DeploymentContributorContext
type DeploymentContributorContext =  class end
public class DeploymentContributorContext

Der DeploymentContributorContext-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Arguments Gets or sets a dictionary of named arguments and their values.
Öffentliche Eigenschaft IsAzureSource Does the Source model a SQL Azure database.
Öffentliche Eigenschaft IsAzureTarget Does the Target model a SQL Azure database.
Öffentliche Eigenschaft Options Gets the options being used for this deployment
Öffentliche Eigenschaft Source Gets the Source TSqlModel
Öffentliche Eigenschaft Target Gets the Target TSqlModel

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (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