Share via


DatabaseCopyCreateParameters.IsOfflineSecondary Property

 

Optional. Gets a value that indicates whether it is an offline secondary copy.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public bool IsOfflineSecondary { get; set; }
public:
property bool IsOfflineSecondary {
    bool get();
    void set(bool value);
}
member IsOfflineSecondary : bool with get, set
Public Property IsOfflineSecondary As Boolean

Property Value

Type: System.Boolean

See Also

DatabaseCopyCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top