你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlSyncGroupCmdletBase.ConstructSchemaFromFile(String) Method

Definition

Construct schema for schema file

protected static Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel ConstructSchemaFromFile (string filePath);
static member ConstructSchemaFromFile : string -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel
Protected Shared Function ConstructSchemaFromFile (filePath As String) As AzureSqlSyncGroupSchemaModel

Parameters

filePath
String

The path of the schema file

Returns

A schema object of member database

Applies to