IsSingleUser プロパティ
IsSingleUser プロパティ値を取得します。
名前空間: 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