SchemaObjectName Class

Represents a schema object name.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.SchemaObjectName
      Microsoft.Data.Schema.ScriptDom.Sql.ChildObjectName
      Microsoft.Data.Schema.ScriptDom.Sql.InvalidSchemaObjectName

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

SchemaObjectName Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace