Aracılığıyla paylaş


BaseLocalizableAttribute(Type, String) Constructor

Definition

Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.

public:
 BaseLocalizableAttribute(Type ^ type, System::String ^ propertyName);
public BaseLocalizableAttribute (Type type, string propertyName);
new Microsoft.SqlServer.Dts.Runtime.Localization.BaseLocalizableAttribute : Type * string -> Microsoft.SqlServer.Dts.Runtime.Localization.BaseLocalizableAttribute
Public Sub New (type As Type, propertyName As String)

Parameters

type
Type

The type.

propertyName
String

The property name.

Applies to