NameKey(String) Constructor

Definition

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

public:
 NameKey(System::String ^ keyName);
public NameKey (string keyName);
new Microsoft.SqlServer.Management.IntegrationServices.NameKey : string -> Microsoft.SqlServer.Management.IntegrationServices.NameKey
Public Sub New (keyName As String)

Parameters

keyName
String

The key name.

Applies to