SecurityUserClause80.UserType80-Eigenschaft

Ruft den Benutzertyp ab oder legt ihn fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.UserType80
Gibt einen UserType80-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SecurityUserClause80 Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace