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 a list of users. This property will have zero elements if UserType80 is Public or Null.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Users As IList(Of Identifier)
'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 ();
}
public function get Users () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.