Share via


SecurityUserClause80.UserType80 Property

Gets or sets 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
'Usage
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);
}
public function get UserType80 () : UserType80 
public 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

SecurityUserClause80 Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace