QueryWaitDesc Property

Looks up a localized string similar to The time in seconds that a query waits for resources before timing out. If the default value is -1, then the time-out is calculated as 25 times of the estimated query cost..

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 QueryWaitDesc As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace