共用方式為


RestoreLocation 類別

Represents information associated with the restoration of a Database backup. This class cannot be inherited.

繼承階層

System.Object
  Microsoft.AnalysisServices.RestoreLocation

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")> _
Public NotInheritable Class RestoreLocation
'用途
Dim instance As RestoreLocation
[GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public sealed class RestoreLocation
[GuidAttribute(L"E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public ref class RestoreLocation sealed
[<SealedAttribute>]
[<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")>]
type RestoreLocation =  class end
public final class RestoreLocation

RestoreLocation 型別公開下列成員。

建構函式

  名稱 說明
公用方法 RestoreLocation Initializes a new instance of RestoreLocation using the default values.

上層

屬性

  名稱 說明
公用屬性 ConnectionString Gets or sets a connection string associated with a RestoreLocation object.
公用屬性 DataSourceID Gets or sets the data source identifier associated with a RestoreLocation object.
公用屬性 DataSourceType Gets or sets the type of data source.
公用屬性 File Gets or sets a file string associated with a RestoreLocation object.
公用屬性 Folders Gets the Folders collection associated with a RestoreLocation.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間