Construtor DisplayDescriptionKeyAttribute
Initializes a new instance of the DisplayDescriptionKeyAttribute 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 DisplayDescriptionKeyAttribute(key)
public DisplayDescriptionKeyAttribute(
string key
)
public:
DisplayDescriptionKeyAttribute(
String^ key
)
new :
key:string -> DisplayDescriptionKeyAttribute
public function DisplayDescriptionKeyAttribute(
key : String
)
Parâmetros
- key
Tipo: System.String
The key that is used to look up a localized property description.