ContributorArgumentConfiguration 构造函数

定义

重载

ContributorArgumentConfiguration()

初始化 ContributorArgumentConfiguration 类的新实例。

public ContributorArgumentConfiguration();
Public Sub New ()

适用于

ContributorArgumentConfiguration(String, String)

初始化 ContributorArgumentConfiguration 类的新实例。

public ContributorArgumentConfiguration(string name, string value);
new Microsoft.SqlServer.Dac.Deployment.ContributorArgumentConfiguration : string * string -> Microsoft.SqlServer.Dac.Deployment.ContributorArgumentConfiguration
Public Sub New (name As String, value As String)

参数

name
String

参数的名称。

value
String

参数的值。

例外

name如果或value参数为 null

适用于