Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.