Reads the connection string name configured for the workstation AddIns.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function ReadConnectionName() As String |
| C# | |
|---|
public static string ReadConnectionName() |
| Managed Extensions for C++ | |
|---|
public: static string* ReadConnectionName(); |
| C++/CLI | |
|---|
public:
static String^ ReadConnectionName(); |
Return Value
The name of the connection string configured for the workstation AddIns as a
String.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also