ConnectionInfo.InstanceName Property

 

Applies To: SQL Server (starting with 2016)

Gets the instance name associated with the ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string InstanceName { get; }
public:
property String^ InstanceName {
    String^ get();
}
member InstanceName : string with get
Public ReadOnly Property InstanceName As String

Property Value

Type: System.String

The name of an Analysis Services instance.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top