Construtor NameKey
Initializes a new instance of the NameKey class with the specified key name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.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
- keyName
Tipo: System.String
The key name.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices