BaseLocalizableAttribute Constructor
This constructor supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type, _
propertyName As String _
)
public BaseLocalizableAttribute (
Type type,
string propertyName
)
public:
BaseLocalizableAttribute (
Type^ type,
String^ propertyName
)
public BaseLocalizableAttribute (
Type type,
String propertyName
)
public function BaseLocalizableAttribute (
type : Type,
propertyName : String
)
Parameters
- type
- propertyName
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
BaseLocalizableAttribute Class
BaseLocalizableAttribute Members
Microsoft.SqlServer.Dts.Runtime.Localization Namespace