Construtor DisplayNameKeyAttribute
Initializes a new instance of the DisplayNameKeyAttribute class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
key As String _
)
'Uso
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
)
Parâmetros
- key
Tipo: System.String
The key that is used to look up the localized property name.