BaseLocalizableAttribute(Type, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.