ISfcDependencyDiscoveryObjectSink.Add 方法

定義

多載

名稱 Description
Add(SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean)

從這個物件加上指向目標物件的方向參考。 關聯型態與發現狀態會套用到目標物件上。

Add(SfcDependencyDirection, IEnumerator, SfcTypeRelation, Boolean)

從這個物件加上指向每個目標物件或鑰匙圈的方向參考。 關聯型態與發現狀態會套用到每個新增的目標物件或鑰匙圈。

Add<T>(SfcDependencyDirection, IEnumerable<T>, SfcTypeRelation, Boolean)

從這個物件加上指向每個目標物件或鑰匙圈的方向參考。 關聯型態與發現狀態會套用到每個新增的目標物件或鑰匙圈。

Add(SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean)

從這個物件加上指向目標物件的方向參考。 關聯型態與發現狀態會套用到目標物件上。

public void Add(Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDirection direction, Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance targetObject, Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation relation, bool discovered);
abstract member Add : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDirection * Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance * Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation * bool -> unit
Public Sub Add (direction As SfcDependencyDirection, targetObject As SfcInstance, relation As SfcTypeRelation, discovered As Boolean)

參數

targetObject
SfcInstance
relation
SfcTypeRelation
discovered
Boolean

適用於

Add(SfcDependencyDirection, IEnumerator, SfcTypeRelation, Boolean)

從這個物件加上指向每個目標物件或鑰匙圈的方向參考。 關聯型態與發現狀態會套用到每個新增的目標物件或鑰匙圈。

public void Add(Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDirection direction, System.Collections.IEnumerator targetObjects, Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation relation, bool discovered);
abstract member Add : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDirection * System.Collections.IEnumerator * Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation * bool -> unit
Public Sub Add (direction As SfcDependencyDirection, targetObjects As IEnumerator, relation As SfcTypeRelation, discovered As Boolean)

參數

targetObjects
IEnumerator
relation
SfcTypeRelation
discovered
Boolean

適用於

Add<T>(SfcDependencyDirection, IEnumerable<T>, SfcTypeRelation, Boolean)

從這個物件加上指向每個目標物件或鑰匙圈的方向參考。 關聯型態與發現狀態會套用到每個新增的目標物件或鑰匙圈。

public void Add<T>(Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDirection direction, System.Collections.Generic.IEnumerable<T> targetObjects, Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation relation, bool discovered) where T : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance;
abstract member Add : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDirection * seq<'T (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> * Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation * bool -> unit (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)
Public Sub Add(Of T As SfcInstance) (direction As SfcDependencyDirection, targetObjects As IEnumerable(Of T), relation As SfcTypeRelation, discovered As Boolean)

類型參數

T

參數

targetObjects
IEnumerable<T>
relation
SfcTypeRelation
discovered
Boolean

適用於