IMongoMigrationCollection.TargetDatabase Property
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.
Target database name.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Target database name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetDatabase")]
public string TargetDatabase { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Target database name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetDatabase")>]
member this.TargetDatabase : string with get, set
Public Property TargetDatabase As String
Property Value
- Attributes