OptionDescriptionAttribute(Type, String) 构造函数

定义

为选项创建说明。

public OptionDescriptionAttribute (Type resourceClassType, string resourcePropertyName);
new Microsoft.SqlServer.Dac.OptionDescriptionAttribute : Type * string -> Microsoft.SqlServer.Dac.OptionDescriptionAttribute
Public Sub New (resourceClassType As Type, resourcePropertyName As String)

参数

resourceClassType
Type

要从中提取资源字符串的资源类。

resourcePropertyName
String

要提取的资源名称。

适用于