Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup
Spazio dei nomi Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class DeploymentContributorConfigurationSetup
'Utilizzo
Dim instance As DeploymentContributorConfigurationSetup
public sealed class DeploymentContributorConfigurationSetup
public ref class DeploymentContributorConfigurationSetup sealed
[<SealedAttribute>]
type DeploymentContributorConfigurationSetup = class end
public final class DeploymentContributorConfigurationSetup
Nel tipo DeploymentContributorConfigurationSetup sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Properties | Gets a dictionary that contains the current properties and settings. |
![]() |
SqlCmdVariables | Gets the SqlCmd variables defined |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
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 | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
OpenNewOutput | Returns a new output configuration file stream that is open for read and write. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)