Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal serviceName As String, _ ByVal connectionName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ServiceConnectionConfigurationElement( string serviceName, string connectionName ) |
C++/CLI | |
---|---|
public: ServiceConnectionConfigurationElement( String^ serviceName, String^ connectionName ) |
Parameters
- serviceName
- The name of the service.
- connectionName
- The connection name used by the service
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family