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)
Usage
'Usage
Dim instance As DatabaseCopyCreateParameters
Dim value As Boolean
value = instance.IsOfflineSecondary
instance.IsOfflineSecondary = value
Syntax
'Declaration
Public Property IsOfflineSecondary As Boolean
public bool IsOfflineSecondary { get; set; }
public:
property bool IsOfflineSecondary {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IsOfflineSecondary ()
/** @property */
public void set_IsOfflineSecondary (boolean value)
public function get IsOfflineSecondary () : boolean
public function set IsOfflineSecondary (value : boolean)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
DatabaseCopyCreateParameters Class
DatabaseCopyCreateParameters Members
Microsoft.WindowsAzure.Management.Sql.Models Namespace