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
Field Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET