CatalogFolder.Key Constructor (String)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the CatalogFolder.Key class that takes the key name.

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

Syntax

public Key(
    string managedInstanceName
)
public:
Key(
    String^ managedInstanceName
)
new : 
        managedInstanceName:string -> Key
Public Sub New (
    managedInstanceName As String
)

Parameters

  • managedInstanceName
    Type: System.String

    The name of the managed instance.

See Also

CatalogFolder.Key Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top