Database.Users Property
SQL Server 2008
Namespace:
Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, typeof(User))] public UserCollection Users { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserCollectionA UserCollection object that represents all the users defined on the database.
