ConnectionInfo.Location Property

 

Applies To: SQL Server (starting with 2016)

Gets the location associated with the ConnectionInfo object.

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

Syntax

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

Property Value

Type: System.String

The location property.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top