ChildObjectName Class

Represents the name of a schema object child.

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

Syntax

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

Inheritance Hierarchy

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

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

ChildObjectName Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace