.NET Framework Class Library
DBAloneStartMode Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
Specify how to start DBAlone in StartConnection3
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration DBAloneStartMode |
C# |
|---|
public enum DBAloneStartMode |
Visual C++ |
|---|
public enum class DBAloneStartMode |
JavaScript |
|---|
MwPDMApi.DBAloneStartMode = function(); MwPDMApi.DBAloneStartMode.createEnum('MwPDMApi.DBAloneStartMode', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
NONE |
0 |
||
CONTEXT_DEPENDENT |
1 |
||
FORCE_X86 |
2 |
||
FORCE_X64 |
3 |
See Also