OptionDescriptionAttribute(Type, String) Constructor

Definition

Creates a description for an option.

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)

Parameters

resourceClassType
Type

The resource class to extract the resource string from.

resourcePropertyName
String

The resource name to extract.

Applies to