The VGDeploymentRepositoryConnection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VGDeploymentRepositoryConnection |
Creates a new instance of VGDeploymentRepositoryConnection
|
Methods
| Name | Description | |
|---|---|---|
| BeginTransaction | Overloaded. | |
| CanCreateRepository |
Checks if a repository structure can be created
| |
| CheckRepositoryVersion | Overloaded. | |
| Close |
Close the current connection
| |
| Commit |
Commits the current transaction
| |
| CreateInformationManager |
Gets the VGIInformationManager object used to manage the specified type of information
| |
| Dispose |
Releases the resources used by the object
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetNow |
Returns the current date and time of the server.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsConnectionHavingTransaction |
Returns true, if connection already has transaction else false(To solve error - Parallel Transaction).
| |
| IsDatabaseObjectsExist |
Checks whether repository objects (tables, files...) are correctly created in the repository store.
| |
| IsOnline |
Checks connection is Online.
| |
| IsValidRepository | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Open |
Opens a connection to a repository
| |
| RefreshAllItems |
Refreshes a collection of items and returns the modification from this collection.
| |
| Rollback |
Rollbacks the current transaction
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AllowsWindowsGroup |
Indicates whether license allows Windows Group
| |
| ConnectionTimeout |
This method is not supported by this class and returns 20.
| |
| LogEnabled |
returns false
| |
| RepositoryInformation |
Gets a VGIRepositoryInformation representing the information about the repository stored in the repository
| |
| State |
Gets the state of the current connection
| |
| UseUpdateMethod |
Indicates if the repository supports the update method when the repository id is changed
|