DatabaseOperation.SessionActivityId Property
Optional. Gets the unique Guid that identifies the session that this operation occured in. This is helpful if contacting support for an issue.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string SessionActivityId { get; set; }
public:
property String^ SessionActivityId {
String^ get();
void set(String^ value);
}
member SessionActivityId : string with get, set
Public Property SessionActivityId As String
Property Value
Type: System.String
See Also
DatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top