DatabaseAdapterBase.AutoClose 属性

Gets or sets a Boolean value

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
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.

请参阅

参考

DatabaseAdapterBase 类

Microsoft.SqlServer.Management.Smo 命名空间