User:Kate Racaza/test page: Difference between revisions
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Font|Added:|7|Arial|Bold|#6E6E6E}}{{Font|Synthesis API Version {{{1}}}|8|Arial|Bold|#6E6E6E}}<nowiki>|</nowiki>{{Font|Member of: |7|Arial|Bold|#6E6E6E}}<span style="font-family:monospace;font-size:8;font-weight:bold;">[[Synthesis_API_Reference|SynthesisAPI]]</span>.<span style="font-family:monospace;font-size:8;font-weight:bold;">{{{2| }}}</span> | {{Font|Added:|7|Arial|Bold|#6E6E6E}}{{Font|Synthesis API Version {{{1}}}|8|Arial|Bold|#6E6E6E}}<nowiki>|</nowiki>{{Font|Member of: |7|Arial|Bold|#6E6E6E}}<span style="font-family:monospace;font-size:8;font-weight:bold;">[[Synthesis_API_Reference|SynthesisAPI]]</span>.<span style="font-family:monospace;font-size:8;font-weight:bold;">{{{2| }}}</span> Link [[#Properties]] | ||
== Syntax == | == Syntax == | ||
''object''.'''ConnectToRepository(FileName As String)''' As Boolean | ''object''.'''ConnectToRepository(FileName As String)''' As Boolean | ||
Line 196: | Line 196: | ||
<math>TPH = \tau(DTO_{4}-DTR_{1})</math> | <math>TPH = \tau(DTO_{4}-DTR_{1})</math> | ||
<noinclude> | <noinclude> | ||
Revision as of 22:33, 20 July 2015
Added: Synthesis API Version {{{1}}} | Member of: SynthesisAPI. Link #Properties
Syntax
object.ConnectToRepository(FileName As String) As Boolean
where object is a variable that represents a Repository object.
==========
Connects to a SQL repository that you specify. Returns a Boolean value; when true, indicates a successful connection to the repository.
Syntax
object.ConnectToSQLRepository(ServerName, DatabaseName, UseImpersonation, ImpersonateDomain, ImpersonateUsername, ImpersonatePassword)
where object is a variable that represents a Repository object.
Properties
Name | Description |
---|---|
FileName | String. The complete path to the Synthesis Repository you will connect to. |
FileName | String. The complete path to the Synthesis Repository you will connect to. |
Methods
Name | Description |
---|---|
FileName | String. The complete path to the Synthesis Repository you will connect to. Example: C:\Users\USERNAME\Documents\ReliaSoft\Files\RSRepository1.rsr10. |
Parameters
Name | Description | |
---|---|---|
ServerNameborder="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse; text-align: left; cellborder" | ||
Name | Status | String. The complete path to the Synthesis Repository you will connect to. |
Example
This example assumes that a file called "RSRepository1.rsr10" exists in the C: drive.
VBA|VB.NET
Dim MyRepository As New Repository MyRepository.ConnectToRepository("C:\RSRepository1.rsr10")
========
Methods
Name | Description |
---|---|
ConnectToRepository | Boolean. Connects to a Synthesis repository (*.rsr9, *rsr10* or *.rserp) that you specify. When true, indicates a successful connection to that repository. |
ConnectToAccessRepository | Boolean. Connects to a standard Repository (*.rsr9, *rsr10*) that you specify. When true, indicates a successful connection to that repository. This method cannot be used to connect to an enterprise repository (*.rserp). |
ConnectToSQLRepository | Boolean. Connects to a SQL repository that you specify. When true, indicates a successful connection to that repository. |
Added in Synthesis API Version 9 | Member of SynthesisAPI.Repository
Added in Synthesis API Version 9
Member of SynthesisAPI.Repository
Added in: Synthesis API Version 9
Member of: SynthesisAPI.Repository
Added: Synthesis API Version 9 | Member of: SynthesisAPI.Repository
TEST PAGE
Private Function EscapeCharacter(char As String) ReplaceString char, "<nowiki>" & char & "</nowiki>" End Function
VBA
'Connect to a repository Dim Success As Boolean = False Success = MyRepository.ConnectToRepository("C:\Users\Name\Documents\ReliaSoft\Files\repository.rsr10")
VBA
'Connect to a Synthesis repository.
Dim Success As Boolean
Success = MyRepository.ConnectToRepository("C:\Users\Name\Documents\ReliaSoft\Files\repository.rsr10")
VBA
asdfsdfssdf sdafasfsdaf asdfdsa asdfadsfdsa
column 1 | column 2 | column 3 |
1 | 4 | 7 |
2 | 5 | 8 |
3 | 6 | 9 |
The first possibility<ref name="Dog" /> is the probability of a successful trial, [math]\displaystyle{ (1-p) }[/math], where [math]\displaystyle{ p }[/math] is the probability of failure in trial [math]\displaystyle{ n-1 }[/math], while being in the unreliable state, [math]\displaystyle{ P_{n-1}(0) }[/math], before the [math]\displaystyle{ n-1 }[/math] trial, or:
- [math]\displaystyle{ (1-p)P_{n-1}(0) }[/math]
- [math]\displaystyle{ ax^2 + bx + c = 0 }[/math]
References
<ref name="Dog"> This is the dog reference.</ref>
Examples of expressions that are always rendered as PNG images
[math]\displaystyle{ x={-b\pm\sqrt{b^2-4ac} \over 2a} }[/math]
[math]\displaystyle{ 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right) }[/math]
Use \textstyle markup to make it smaller:
[math]\displaystyle{ \textstyle 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right) }[/math]
Regular size formula:
- The formula [math]\displaystyle{ \sum_{n=1}^\infty 1/n^2 = \pi^2/6 }[/math] is used for...
\textstyle markup:
- The formula [math]\displaystyle{ \textstyle\sum_{n=1}^\infty 1/n^2 = \pi^2/6 }[/math] is used for...
Mix of HTML and TeX markup:
TPH = [math]\displaystyle{ \tau }[/math](DTO4 – DTR1)
All TeX markup:
[math]\displaystyle{ TPH = \tau(DTO_{4}-DTR_{1}) }[/math]