Share via


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