Partager via


Constructeur DeploymentContributorConfigurationStream

Creates an instance of the DeploymentContributorConfigurationStream

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    filePath As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

DeploymentContributorConfigurationStream Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment