Compartilhar via


Construtor NameKey

Initializes a new instance of the NameKey class with the specified key name.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
Public Sub New ( _
    keyName As String _
)
'Uso
Dim keyName As String 

Dim instance As New NameKey(keyName)
public NameKey(
    string keyName
)
public:
NameKey(
    String^ keyName
)
new : 
        keyName:string -> NameKey
public function NameKey(
    keyName : String
)

Parâmetros

Consulte também

Referência

NameKey Classe

Namespace Microsoft.SqlServer.Management.Utility