Compartir a través de


BaseLocalizableAttribute Constructor

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

Vea también

Referencia

BaseLocalizableAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization