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
'Usage
Dim instance As Privilege80
Dim value As PrivilegeType80
value = instance.PrivilegeType80
instance.PrivilegeType80 = value
public PrivilegeType80 PrivilegeType80 { get; set; }
public:
property PrivilegeType80 PrivilegeType80 {
PrivilegeType80 get ();
void set (PrivilegeType80 value);
}
public function get PrivilegeType80 () : PrivilegeType80
public 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.