DatabaseOperation.Id Property

 

Optional. Gets a unique identifier for this database operation.

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

Syntax

public string Id { get; set; }
public:
property String^ Id {
    String^ get();
    void set(String^ value);
}
member Id : string with get, set
Public Property Id As String

Property Value

Type: System.String

See Also

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

Return to top