IWithMemberSqlDatabase.WithMemberSqlDatabaseName(String) Method
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.
Sets the member SQL Database name.
public Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberUserName WithMemberSqlDatabaseName (string sqlDatabaseName);
abstract member WithMemberSqlDatabaseName : string -> Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberUserName
Public Function WithMemberSqlDatabaseName (sqlDatabaseName As String) As IWithMemberUserName
Parameters
- sqlDatabaseName
- String
The member SQL Database name value to set.