ResourceGovernor.MaxOutstandingIOPerVolume Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the maximum outstanding Input/Output of resource per volume.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MaxOutstandingIOPerVolume { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property int MaxOutstandingIOPerVolume {
    int get();
    void set(int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MaxOutstandingIOPerVolume : int with get, set
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public Property MaxOutstandingIOPerVolume As Integer

Property Value

Type: System.Int32

The maximum outstanding Input/Output of resource per volume.

See Also

ResourceGovernor Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top