DatabaseCopy.IsInterlinkConnected Property
Optional. Gets a value that indicates whether the database copy is interlink connected.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public bool IsInterlinkConnected { get; set; }
public:
property bool IsInterlinkConnected {
bool get();
void set(bool value);
}
member IsInterlinkConnected : bool with get, set
Public Property IsInterlinkConnected As Boolean
Property Value
Type: System.Boolean
See Also
DatabaseCopy Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top