Compartir a través de


DeploymentContributorConfigurationStream Constructor

Creates an instance of the DeploymentContributorConfigurationStream

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

DeploymentContributorConfigurationStream Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment