Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of users. Will have zero elements if UserType80 is Public or NULL.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Users As IList(Of Identifier)
Get
'Usage
Dim instance As SecurityUserClause80
Dim value As IList(Of Identifier)
value = instance.Users
public IList<Identifier> Users { get; }
public:
property IList<Identifier^>^ Users {
IList<Identifier^>^ get ();
}
member Users : IList<Identifier>
function get Users () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The list of users.