DynamicLocksDesc Property

Looks up a localized string similar to The maximum number of available locks, thereby limiting the amount of memory used for locks..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace