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