DisplayNameKeyAttribute Constructor
Initializes a new instance of the DisplayNameKeyAttribute class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.