SecurityUserClause80 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 Class SecurityUserClause80 _
    Inherits TSqlFragment
'Usage
Dim instance As SecurityUserClause80
[SerializableAttribute]
public class SecurityUserClause80 : TSqlFragment
[SerializableAttribute]
public ref class SecurityUserClause80 : public TSqlFragment
public class SecurityUserClause80 extends TSqlFragment

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.SecurityUserClause80

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

SecurityUserClause80 Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace