Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property UserType80 As UserType80
Get
Set
'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);
}
member UserType80 : UserType80 with get, set
function get UserType80 () : UserType80
function set UserType80 (value : UserType80)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.UserType80
The user type that can be Null, Public or Users.