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

AzureSqlSyncGroupCmdletBase.ConstructSchemaFromJObject(JObject) Method

Definition

Construct schema for schema object

public static Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel ConstructSchemaFromJObject (Newtonsoft.Json.Linq.JObject jSchema);
static member ConstructSchemaFromJObject : Newtonsoft.Json.Linq.JObject -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel
Public Shared Function ConstructSchemaFromJObject (jSchema As JObject) As AzureSqlSyncGroupSchemaModel

Parameters

jSchema
Newtonsoft.Json.Linq.JObject

JObject containing description of the schema

Returns

A schema object of member database

Applies to