Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the current setup for DeploymentContributor objects. The setup object can be used by deployment contributors during build operations to cause files to be copied as outputs that are stored in the generated dacpac, or to create new files that are stored in the dacpac. See the DeploymentContributorConfigurationStream API for more information about specifying inputs.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class DeploymentContributorConfigurationSetup
'Usage
Dim instance As DeploymentContributorConfigurationSetup
public sealed class DeploymentContributorConfigurationSetup
public ref class DeploymentContributorConfigurationSetup sealed
[<SealedAttribute>]
type DeploymentContributorConfigurationSetup = class end
public final class DeploymentContributorConfigurationSetup
Der DeploymentContributorConfigurationSetup-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Properties | Gets a dictionary that contains the current properties and settings. |
![]() |
SqlCmdVariables | Gets the SqlCmd variables defined |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
CopyInputToOutput | Copies an input stream's contents into an output stream that is stored inside a package |
![]() |
EnumerateInputs | Returns an enumerable collection of DeploymentContributorConfigurationStream objects. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
OpenNewOutput | Returns a new output configuration file stream that is open for read and write. |
![]() |
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.
.gif)
.gif)