次の方法で共有


DeploymentFailedException コンストラクター (String)

DeploymentFailedException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String 

Dim instance As New DeploymentFailedException(message)
public DeploymentFailedException(
    string message
)
public:
DeploymentFailedException(
    String^ message
)
new : 
        message:string -> DeploymentFailedException
public function DeploymentFailedException(
    message : String
)

パラメーター

関連項目

参照

DeploymentFailedException クラス

DeploymentFailedException オーバーロード

Microsoft.SqlServer.Dac.Deployment 名前空間