Właściwość Configuration.CursorThreshold
Pobiera ConfigProperty obiekt, który jest używany do zestaw opcji konfiguracja próg kursor.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property CursorThreshold As ConfigProperty
Get
'Użycie
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.CursorThreshold
public ConfigProperty CursorThreshold { get; }
public:
property ConfigProperty^ CursorThreshold {
ConfigProperty^ get ();
}
member CursorThreshold : ConfigProperty
function get CursorThreshold () : ConfigProperty
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.ConfigProperty
A ConfigProperty obiekt, który określa ustawienia dla opcji konfiguracja próg kursor.
Uwagi
Właściwość ta określa liczbę wierszy w kursor zestaw jaką klawisz kursorazestaws są generowane asynchronicznie.
Zobacz także