RestoreLocation.DataSourceID Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the data source identifier associated with a RestoreLocation object.

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

Syntax

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

Property Value

Type: System.String

A data source identifier.

See Also

RestoreLocation Class
Microsoft.AnalysisServices Namespace

Return to top