Partilhar via


Propriedade do RDL SecurityUserClause80.UserType80

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

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

Sintaxe

'Declaração
Public Property UserType80 As UserType80 
    Get 
    Set
'Uso
Dim instance As SecurityUserClause80 
Dim value As UserType80 

value = instance.UserType80

instance.UserType80 = value
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.UserType80
The user type that can be Null, Public or Users.

Consulte também

Referência

SecurityUserClause80 Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom