Compartir a través de


DisplayCategoryKeyAttribute Constructor

Initializes a new instance of the DisplayCategoryKeyAttribute 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 DisplayCategoryKeyAttribute(key)
public DisplayCategoryKeyAttribute(
    string key
)
public:
DisplayCategoryKeyAttribute(
    String^ key
)
new : 
        key:string -> DisplayCategoryKeyAttribute
public function DisplayCategoryKeyAttribute(
    key : String
)

Parámetros

  • key
    Tipo: System.String
    The key that is used to look up the localized property category.

Vea también

Referencia

DisplayCategoryKeyAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc