ServiceSettingsKeys.TableSchema Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The key identifying the application setting containing the default schema name used by table controllers. For SQL Azure based databases it is recommended that the default schema name, which is derived from the service name, be used. The default schema name is automatically provisioned with the necessary access rights as part of creating the service.
public static readonly string TableSchema;
staticval mutable TableSchema : string
Public Shared ReadOnly TableSchema As String