NameKey Constructor
Initializes a new instance of the NameKey class with the specified key name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
keyName As String _
)
'Usage
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
)
Parameters
- keyName
Type: System.String
The key name.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace