The VGDeploymentRepositoryConnection type exposes the following members.

Constructors

  NameDescription
VGDeploymentRepositoryConnection
Creates a new instance of VGDeploymentRepositoryConnection

Methods

  NameDescription
BeginTransactionOverloaded.
CanCreateRepository
Checks if a repository structure can be created
CheckRepositoryVersionOverloaded.
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
Determines whether the specified Object is equal to the current Object.
(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.
IsValidRepositoryOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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

See Also