SecurityUserClause80.UserType80 Property
Gets or sets the user type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property UserType80 As UserType80
public UserType80 UserType80 { get; set; }
public:
property UserType80 UserType80 {
UserType80 get ();
void set (UserType80 value);
}
member UserType80 : UserType80 with get, set
function get UserType80 () : UserType80
function set UserType80 (value : UserType80)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.UserType80
Returns a UserType80 enumeration value.
.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.