IsSingleUser 属性
Gets the IsSingleUser property value.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public ReadOnly Property IsSingleUser As Boolean
Get
用法
Dim instance As Server
Dim value As Boolean
value = instance.IsSingleUser
[SfcPropertyAttribute]
public bool IsSingleUser { get; }
[SfcPropertyAttribute]
public:
virtual property bool IsSingleUser {
bool get () sealed;
}
[<SfcPropertyAttribute>]
abstract IsSingleUser : bool
[<SfcPropertyAttribute>]
override IsSingleUser : bool
final function get IsSingleUser () : boolean