SqlAzureReason.ThrottlingMode Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ThrottlingMode As SqlAzureThrottlingMode
public SqlAzureThrottlingMode ThrottlingMode { get; internal set; }
public:
property SqlAzureThrottlingMode ThrottlingMode {
    SqlAzureThrottlingMode get ();
    internal: void set (SqlAzureThrottlingMode value);
}
member ThrottlingMode : SqlAzureThrottlingMode with get, internal set
function get ThrottlingMode () : SqlAzureThrottlingMode 
internal function set ThrottlingMode (value : SqlAzureThrottlingMode)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.SqlAzureThrottlingMode
Returns SqlAzureThrottlingMode.

.NET Framework Security

See Also

Reference

SqlAzureReason Class

Microsoft.TeamFoundation.Framework.Server Namespace