IsSingleUser Propiedad
Gets the IsSingleUser property value.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property IsSingleUser As Boolean
Get
'Uso
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
Valor de la propiedad
Implementa
Vea también