NameKey(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)