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 命名空间