Public Methods
Method | Description |
---|---|
Add | Creates and returns a new SQL Server Sequence, and then adds it to the collection. PARAMETERS: Name (String), Owner (String). |
AddWithPosition | Creates and returns a new SQL Server Sequence with the given coordinates. PARAMETERS: Name (String), Owner (String), HorizontalPosition (Integer), VerticalPosition (Integer). |
Remove | Deletes a SQL Server Sequence object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a SQL Server Sequence object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of sequences in the collection. DATATYPE: Integer. |
Item | Returns a SQL Server Sequence object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
See Also