Condividi tramite


Costruttore DisplayNameKeyAttribute

Initializes a new instance of the DisplayNameKeyAttribute class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    key As String _
)
'Utilizzo
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
)

Parametri