Freigeben über


ConnectionInfo.Location-Eigenschaft

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

Eigenschaftswert

Typ: System.String
The location property.

Siehe auch

Verweis

ConnectionInfo Klasse

Microsoft.AnalysisServices-Namespace