Server.IsSingleUser Property
SQL Server 2012
Gets the property value whether the user is single.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _ Public ReadOnly Property IsSingleUser As Boolean Get 'Usage Dim instance As Server Dim value As Boolean value = instance.IsSingleUser
