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 sets the privilege type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property PrivilegeType80 As PrivilegeType80
public PrivilegeType80 PrivilegeType80 { get; set; }
public:
property PrivilegeType80 PrivilegeType80 {
PrivilegeType80 get ();
void set (PrivilegeType80 value);
}
member PrivilegeType80 : PrivilegeType80 with get, set
function get PrivilegeType80 () : PrivilegeType80
function set PrivilegeType80 (value : PrivilegeType80)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.PrivilegeType80
Returns a PrivilegeType80 enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.