Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Sub New ( _
type As Type, _
propertyName As String _
)
'Uso
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
)
Parámetros
- type
Tipo: System.Type
The type.
- propertyName
Tipo: System.String
The property name.
Vea también
Referencia
BaseLocalizableAttribute Clase
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization