SfcRelationship Enum

Definition

public enum SfcRelationship
type SfcRelationship = 
Public Enum SfcRelationship
Inheritance
SfcRelationship

Fields

Name Value Description
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)

ChildObject 3

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

ChildContainer 4

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

ParentObject 5

A back reference to the parent

Ignore 6

Ignore this object, not a part of SFC type system

Applies to