Compartir a través de


NameKey Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

NameKey Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices