///GENMHASH:FB979A042C59037777BE6C82A7D9F3D6:A1BBA0ABD8BFAFE0F17713B473FF93EE
 public SqlSyncMemberImpl WithExistingSyncGroup(ISqlSyncGroup sqlSyncGroup)
 {
     this.resourceGroupName = sqlSyncGroup.ResourceGroupName;
     this.sqlServerName     = sqlSyncGroup.SqlServerName;
     this.sqlDatabaseName   = sqlSyncGroup.SqlDatabaseName;
     this.sqlSyncGroupName  = sqlSyncGroup.Name;
     return(this);
 }
Exemple #2
0
 /// <summary>
 /// Sets the parent SQL server for the new Sync Member.
 /// </summary>
 /// <param name="sqlSyncGroup">The parent SQL Sync Group.</param>
 /// <return>The next stage of the definition.</return>
 SqlSyncMemberOperations.Definition.IWithMemberSqlServer SqlSyncMemberOperations.Definition.IWithSqlServer.WithExistingSyncGroup(ISqlSyncGroup sqlSyncGroup)
 {
     return(this.WithExistingSyncGroup(sqlSyncGroup) as SqlSyncMemberOperations.Definition.IWithMemberSqlServer);
 }