SfcRelationship 列舉

定義

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

欄位

名稱 Description
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 類型系統的一部分

適用於