IAdmServiceLogMSSqlServerDatabaseInfo
The IAdmServiceLogMSSqlServerDatabaseInfo interface provides information about an MS SQL database.
Inheritance: IUnknown
Methods
-
Method
-
Description
-
GetReplicationPartners()
-
Returns an IAdmServiceLogMSSqlServerDatabaseInfo[] array, where each element represents a replication partner of the current MS SQL database.
Properties
-
Property
-
Description
-
Server
-
Gets the server name where the database is located.
-
DatabaseName
-
Gets the name of the database.
Details
GetReplicationPartners()
Returns an IAdmServiceLogMSSqlServerDatabaseInfo[] array, where each element represents a replication partner of the current MS SQL database.
IAdmServiceLogMSSqlServerDatabaseInfo[] GetReplicationPartners()
Server
Gets the server name where the database is located.
- Type:
- string
- Access:
- Read-only
DatabaseName
Gets the name of the database.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2013.2