Partager via


IsSingleUser propriété

Gets the IsSingleUser property value.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsSingleUser As Boolean
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .Boolean
Boolean

Implémente

IServerInformation. . :: . .IsSingleUser