Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.