ThrottleResource Constructor
See Also 
SourceCode.Data.Sql Namespace > ThrottleResource Structure : ThrottleResource Constructor



throttledResourceType
throttlingType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal throttledResourceType As ThrottledResourceType, _
   ByVal throttlingType As ThrottlingType _
)
Visual Basic (Usage) Copy Code
Dim throttledResourceType As ThrottledResourceType
Dim throttlingType As ThrottlingType
 
Dim instance As New ThrottleResource(throttledResourceType, throttlingType)

Parameters

throttledResourceType
throttlingType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also