Page History
...
Creates and returns a new SQL Server Sequence , and then adds it to the collectionwith the given coordinates. PARAMETERS: Name (String), Owner (String), HorizontalPosition (Integer), VerticalPosition (Integer).
Syntax
Code Block | ||
---|---|---|
| ||
Public Function AddAddWithPosition( _ ByVal Name As Variant, _ ByVal Owner As Variant, _ ByVal HorizontalPosition As Variant, _ ByVal VericalPosition As Variant _ ) As SQLServerSequence |
Parameters
- Name
- Owner
- HorizontalPosition
- VerticalPosition
Info | ||
---|---|---|
| ||