CursorThresholdDesc Property

Looks up a localized string similar to The number of rows in the cursor set at which cursor keysets are generated asynchronously..

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CursorThresholdDesc As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.CursorThresholdDesc
public static string CursorThresholdDesc { get; }
public:
static property String^ CursorThresholdDesc {
    String^ get ();
}
static member CursorThresholdDesc : string
static function get CursorThresholdDesc () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace