Construtor BaseLocalizableAttribute
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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.