SfcRelationship Enum

Definition

public enum SfcRelationship
type SfcRelationship = 
Public Enum SfcRelationship
Inheritance
SfcRelationship

Fields

ChildContainer 4

A container that contains children (such as SMO Table.Columns)

ChildObject 3

A child object (such as SMO Server.Information, or Columns.Column)

Ignore 6

Ignore this object, not a part of SFC type system

None 0

No relationship

Object 1

Standalone objects (such as SMO Server, Database, Table, and regular (value type and other) properties)

ObjectContainer 2

A container that contains independent objects (such as SMO Server.Databases)

ParentObject 5

A back reference to the parent

Applies to