Share via


CommandSecurityElement80 Class

Represents the security element that has commands.

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

Syntax

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

Inheritance Hierarchy

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

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

CommandSecurityElement80 Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace