Конструктор LocalizedPropertyResourcesAttribute (String)
Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified resources name. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
resourcesName As String _
)
'Применение
Dim resourcesName As String
Dim instance As New LocalizedPropertyResourcesAttribute(resourcesName)
public LocalizedPropertyResourcesAttribute(
string resourcesName
)
public:
LocalizedPropertyResourcesAttribute(
String^ resourcesName
)
new :
resourcesName:string -> LocalizedPropertyResourcesAttribute
public function LocalizedPropertyResourcesAttribute(
resourcesName : String
)
Параметры
- resourcesName
Тип: System.String
The name of the resources that contain localized property category and name strings.
См. также
Справочник
LocalizedPropertyResourcesAttribute Класс