ManagedInstance.Key Constructor

Initializes a new instance of the ManagedInstance.Key class that has the specified name.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Public Sub New ( _
    managedInstanceName As String _
)
'Usage
Dim managedInstanceName As String 

Dim instance As New ManagedInstance.Key(managedInstanceName)
public Key(
    string managedInstanceName
)
public:
Key(
    String^ managedInstanceName
)
new : 
        managedInstanceName:string -> Key
public function ManagedInstance.Key(
    managedInstanceName : String
)

Parameters

See Also

Reference

ManagedInstance.Key Class

Microsoft.SqlServer.Management.Utility Namespace