Partilhar via


Construtor DeploymentContributorConfigurationStream

Creates an instance of the DeploymentContributorConfigurationStream

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

Sintaxe

'Declaração
Public Sub New ( _
    filePath As String _
)
'Uso
Dim filePath As String 

Dim instance As New DeploymentContributorConfigurationStream(filePath)
public DeploymentContributorConfigurationStream(
    string filePath
)
public:
DeploymentContributorConfigurationStream(
    String^ filePath
)
new : 
        filePath:string -> DeploymentContributorConfigurationStream
public function DeploymentContributorConfigurationStream(
    filePath : String
)

Parâmetros

  • filePath
    Tipo: System.String
    A file path for which a stream can be created

Consulte também

Referência

DeploymentContributorConfigurationStream Classe

Namespace Microsoft.SqlServer.Dac.Deployment