SecurityUserClause80.UserType80 Property

 

Applies To: SQL Server 2016 Preview

Gets or set the user type. Can be Null, Public, or Users.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public UserType80 UserType80 { get; set; }
public:
property UserType80 UserType80 {
    UserType80 get();
    void set(UserType80 value);
}
member UserType80 : UserType80 with get, set
Public Property UserType80 As UserType80

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.UserType80

The user type that can be Null, Public or Users.

See Also

SecurityUserClause80 Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top