MigrateSqlServerDatabaseInput.DatabaseFiles 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.
Gets or sets the list of database files
[Newtonsoft.Json.JsonProperty(PropertyName="databaseFiles")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInput> DatabaseFiles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="databaseFiles")>]
member this.DatabaseFiles : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInput> with get, set
Public Property DatabaseFiles As IList(Of DatabaseFileInput)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute