Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.
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 _
)
'Usage
Dim type As Type
Dim propertyName As String
Dim instance As New BaseLocalizableAttribute(type, propertyName)
public BaseLocalizableAttribute(
Type type,
string propertyName
)
public:
BaseLocalizableAttribute(
Type^ type,
String^ propertyName
)
new :
type:Type *
propertyName:string -> BaseLocalizableAttribute
public function BaseLocalizableAttribute(
type : Type,
propertyName : String
)
Parameters
- type
Type: System.Type
The type.
- propertyName
Type: System.String
The property name.