Share via


ConnectionSettings Class

 

This class provides configuration information for connection strings.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.ConnectionSettings

Syntax

public class ConnectionSettings
public ref class ConnectionSettings 
type ConnectionSettings = class end
Public Class ConnectionSettings

Constructors

Name Description
System_CAPS_pubmethod ConnectionSettings(String, String)

Initializes a new instance of the ConnectionSettings with a given name and connectionString.

Properties

Name Description
System_CAPS_pubproperty ConnectionString

Gets or sets the actual connection string.

System_CAPS_pubproperty Name

Gets or sets the name of the connection string.

System_CAPS_pubproperty Provider

Gets or sets the provider to be used by this connection string, e.g. System.Data.SqlClient.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top