Indicates the type of repository used as target repository by the deployment tool.
Namespace:
Novalys.VisualGuard.Security.DeploymentAssembly: vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public enum VGRepositoryType |
| Visual Basic (Declaration) |
|---|
Public Enumeration VGRepositoryType |
Members
| Member name | Description | |
|---|---|---|
| File |
Represents a repository based on file
| |
| SQLServer |
Represents a repository stored in a SQLServer database
| |
| Oracle |
Represents a repository stored in an Oracle database
|