GetReplicatingWorkgroupsByDatabaseType Method
Gets the workgroups that are replicating the current database.
Required Permissions
AllowAnySyntax
public Wkgrp[] GetReplicatingWorkgroupsByDatabaseType(
DatabaseType dbType
)Public Function GetReplicatingWorkgroupsByDatabaseType( _
ByVal dbType As DatabaseType _
) As Wkgrp()Parameters
| Name | Description |
|---|---|
| dbType | The database type. |
Return Value
The workgroups replicating the current database.