Share via


ServiceSettingsDictionary.Schema Property

 

Gets or sets the default database schema name. This default database schema name is used for database objects that do not have an explicitly configured schema name.

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

Syntax

public virtual string Schema { get; set; }
public:
property String^ Schema {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract Schema : string with get, set
override Schema : string with get, set
Public Overridable Property Schema As String

Property Value

Type: System.String

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top