共用方式為


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

要擷取的資源名稱。

適用於