ConnectionString Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the database connection string the List Manager uses to store lists.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
Protected Shared ReadOnly Property ConnectionString As String
'Usage
Dim value As String

value = MarketingWebService.ConnectionString
protected static string ConnectionString { get; }
protected:
static property String^ ConnectionString {
    String^ get ();
}
protected static function get ConnectionString () : String

Property Value

Type: System..::.String
The database connection string for the Local Mode.

Remarks

Retrieve a connection string from a Campaigns resource collection. Returns the connection string for the Local Mode. Gets the Marketing System configuration object based on the configuration section handler.

Permissions

See Also

Reference

MarketingWebService Class

MarketingWebService Members

Microsoft.CommerceServer.Marketing.WebService Namespace