SecurityElement80 Class

Represents the security statement body that is common for GRANT, DENY, and REVOKE statements.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class SecurityElement80 _
    Inherits TSqlFragment
'Usage
Dim instance As SecurityElement80
[SerializableAttribute]
public abstract class SecurityElement80 : TSqlFragment
[SerializableAttribute]
public ref class SecurityElement80 abstract : public TSqlFragment
public abstract class SecurityElement80 extends TSqlFragment

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.SecurityElement80
      Microsoft.Data.Schema.ScriptDom.Sql.CommandSecurityElement80
      Microsoft.Data.Schema.ScriptDom.Sql.PrivilegeSecurityElement80

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SecurityElement80 Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace