User.HasDBAccess Property
SQL Server 2012
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.BooleanA 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.
