Конструктор BaseLocalizableAttribute
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Initializes a new instance of the BaseLocalizableAttribute class using the specified type and property name.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Localization
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Sub New ( _
type As Type, _
propertyName As String _
)
'Применение
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
)
Параметры
- type
Тип: System.Type
The type.
- propertyName
Тип: System.String
The property name.
См. также
Справочник
BaseLocalizableAttribute Класс
Пространство имен Microsoft.SqlServer.Dts.Runtime.Localization