DMDatabaseServerCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Adds a DMDatabaseServer object to the DMDatabaseServerCollection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMDatabaseServer value
)
Public Function Add (
value As DMDatabaseServer
) As Integer
public:
int Add(
DMDatabaseServer^ value
)
member Add :
value : DMDatabaseServer -> int
Parameters
- value
- Type: DMLibraryDMDatabaseServer
The DMDatabaseServer object to add to the DMDatabaseServerCollection.
Return Value
Type:
Int32The position into which the new element was inserted.
See Also