Свойство SecurityUserClause80.Users

Gets or sets the list of users. Will have zero elements if UserType80 is Public or NULL.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Users As IList(Of Identifier)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<Identifier>
The list of users.

См. также

Справочник

SecurityUserClause80 Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom