DatabaseCopyListResponse.DatabaseCopies Property
Optional. Gets or sets the matching SQL Server database copies.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public IList<DatabaseCopy> DatabaseCopies { get; set; }
public:
property IList<DatabaseCopy^>^ DatabaseCopies {
IList<DatabaseCopy^>^ get();
void set(IList<DatabaseCopy^>^ value);
}
member DatabaseCopies : IList<DatabaseCopy> with get, set
Public Property DatabaseCopies As IList(Of DatabaseCopy)
Property Value
Type: System.Collections.Generic.IList<DatabaseCopy>
See Also
DatabaseCopyListResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top