RestorableDroppedDatabase.EntityId Property
Optional. Gets the entity ID of the database.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string EntityId { get; set; }
public:
property String^ EntityId {
String^ get();
void set(String^ value);
}
member EntityId : string with get, set
Public Property EntityId As String
Property Value
Type: System.String
See Also
RestorableDroppedDatabase Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top