SfcRelationship 列挙型

定義

public enum SfcRelationship
type SfcRelationship = 
Public Enum SfcRelationship
継承
SfcRelationship

フィールド

名前 説明
None 0

リレーションシップなし

Object 1

スタンドアロン オブジェクト (SMO サーバー、データベース、テーブル、標準 (値型など) プロパティなど)

ObjectContainer 2

独立したオブジェクト (SMO Server.Databases など) を含むコンテナー

ChildObject 3

子オブジェクト (SMO Server.Information、Columns.Column など)

ChildContainer 4

子を含むコンテナー (SMO Table.Columns など)

ParentObject 5

親へのバック参照

Ignore 6

SFC タイプ システムの一部ではなく、このオブジェクトを無視します

適用対象