This topic has not yet been rated - Rate this topic

User.HasDBAccess Property

Gets the Boolean property that specifies whether the database user has access to the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool HasDBAccess { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the database user has access to the database.If True, the database user has access to the database.If False (default), the database user does not have access to the database.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.