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.Utility.NameKey : string -> Microsoft.SqlServer.Management.Utility.NameKey
Public Sub New (keyName As String)

Parameters

keyName
String

A String value that contains the key name.

Applies to