RestoreLocation Members
Include Protected Members
Include Inherited Members
Represents information associated with the restoration of a Database backup. This class cannot be inherited.
The RestoreLocation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RestoreLocation() | Initializes a new instance of RestoreLocation using the default values. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top