RestoreLocation.ConnectionString Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets a connection string associated with a RestoreLocation object.

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

Syntax

public string ConnectionString { get; set; }
public:
property String^ ConnectionString {
    String^ get();
    void set(String^ value);
}
member ConnectionString : string with get, set
Public Property ConnectionString As String

Property Value

Type: System.String

A connection string.

See Also

RestoreLocation Class
Microsoft.AnalysisServices Namespace

Return to top