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 | ||
File | Gets or sets a file string associated with a RestoreLocation object. | |
Folders | Gets the Folders collection associated with a RestoreLocation. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。