다음을 통해 공유


AutoClose 속성

Gets or sets a Boolean value

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Property AutoClose As Boolean
    Get
    Set
‘사용 방법
Dim instance As DatabaseAdapterBase
Dim value As Boolean

value = instance.AutoClose

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

속성 값

형식: System. . :: . .Boolean
T:System.Boolean.
Returns True if AutoClose is on. Otherwise, False.