GetWorkgroupByDatabaseServer Method
Gets the workgroup for a given database instance.
Required Permissions
AllowAnySyntax
public Wkgrp GetWorkgroupByDatabaseServer(
System.string dbServer
)Public Function GetWorkgroupByDatabaseServer( _
ByVal dbServer As System.String _
) As WkgrpParameters
| Name | Description |
|---|---|
| dbServer | SQL Server instance name. |
Return Value
The Workgroup object.