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

See Also

Reference

SecurityUserClause80 Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace