ConnectionInfo.Location Property

Gets the location associated with the ConnectionInfo object.

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

Syntax

'Declaration
Public ReadOnly Property Location As String 
    Get
'Usage
Dim instance As ConnectionInfo 
Dim value As String 

value = instance.Location
public string Location { get; }
public:
property String^ Location {
    String^ get ();
}
member Location : string
function get Location () : String

Property Value

Type: System.String
The location property.

See Also

Reference

ConnectionInfo Class

Microsoft.AnalysisServices Namespace