Конструктор DeploymentContributorConfigurationStream

Creates an instance of the DeploymentContributorConfigurationStream

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Sub New ( _
    filePath As String _
)
'Применение
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
)

Параметры

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

См. также

Справочник

DeploymentContributorConfigurationStream Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment