Compartir a través de


AutoShrink Propiedad

Gets or sets a Boolean value

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Property AutoShrink As Boolean
    Get
    Set
'Uso
Dim instance As DatabaseAdapterBase
Dim value As Boolean

value = instance.AutoShrink

instance.AutoShrink = value
public bool AutoShrink { get; set; }
public:
virtual property bool AutoShrink {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract AutoShrink : bool with get, set
override AutoShrink : bool with get, set
final function get AutoShrink () : boolean
final function set AutoShrink (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
T:System.Boolean.
Returns True if AutoShrink is on. Otherwise, False.