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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.