Конструктор DtsLocalizableAttribute
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Initializes a new instance of the DtsLocalizableAttribute class.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Localization
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Protected Sub New ( _
localizedDisplayNameProperty As String, _
localizedDescriptionProperty As String _
)
'Применение
Dim localizedDisplayNameProperty As String
Dim localizedDescriptionProperty As String
Dim instance As New DtsLocalizableAttribute(localizedDisplayNameProperty, _
localizedDescriptionProperty)
protected DtsLocalizableAttribute(
string localizedDisplayNameProperty,
string localizedDescriptionProperty
)
protected:
DtsLocalizableAttribute(
String^ localizedDisplayNameProperty,
String^ localizedDescriptionProperty
)
new :
localizedDisplayNameProperty:string *
localizedDescriptionProperty:string -> DtsLocalizableAttribute
protected function DtsLocalizableAttribute(
localizedDisplayNameProperty : String,
localizedDescriptionProperty : String
)
Параметры
- localizedDisplayNameProperty
Тип: System.String
The name of the property used to look up the DisplayName property in the resource class.
- localizedDescriptionProperty
Тип: System.String
The name of the property used to look up the Description property in the resource class.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Runtime.Localization