DeploymentContributorEventArgs 构造函数

使用提供的错误消息初始化 DeploymentContributorEventArgs 类的新实例。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Sub New ( _
    message As DataSchemaError _
)
public DeploymentContributorEventArgs(
    DataSchemaError message
)
public:
DeploymentContributorEventArgs(
    DataSchemaError^ message
)
new : 
        message:DataSchemaError -> DeploymentContributorEventArgs
public function DeploymentContributorEventArgs(
    message : DataSchemaError
)

参数

.NET Framework 安全性

请参见

参考

DeploymentContributorEventArgs 类

Microsoft.Data.Schema.Build 命名空间