Costruttore NameKey

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

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

Sintassi

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

Parametri

Vedere anche

Riferimento

NameKey Classe

Spazio dei nomi Microsoft.SqlServer.Management.Utility