SqlCommandIdentifier Class

Represents the SqlCommandIdentifier.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.Identifier
      Microsoft.Data.Schema.ScriptDom.Sql.SqlCommandIdentifier

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

SqlCommandIdentifier Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace