ISfcDependencyDiscoveryObjectSink.Add 메서드 (SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean)
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Sub Add ( _
direction As SfcDependencyDirection, _
targetObject As SfcInstance, _
relation As SfcTypeRelation, _
discovered As Boolean _
)
‘사용 방법
Dim instance As ISfcDependencyDiscoveryObjectSink
Dim direction As SfcDependencyDirection
Dim targetObject As SfcInstance
Dim relation As SfcTypeRelation
Dim discovered As Boolean
instance.Add(direction, targetObject, _
relation, discovered)
void Add(
SfcDependencyDirection direction,
SfcInstance targetObject,
SfcTypeRelation relation,
bool discovered
)
void Add(
SfcDependencyDirection direction,
SfcInstance^ targetObject,
SfcTypeRelation relation,
bool discovered
)
abstract Add :
direction:SfcDependencyDirection *
targetObject:SfcInstance *
relation:SfcTypeRelation *
discovered:bool -> unit
function Add(
direction : SfcDependencyDirection,
targetObject : SfcInstance,
relation : SfcTypeRelation,
discovered : boolean
)
매개 변수
- direction
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyDirection
A value that indicates the direction of the relation relative to the object.
- targetObject
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An instance that indicates the aim object.
- relation
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation
A value that specifies the type of relation between an objects.
- discovered
유형: System.Boolean
true to the object that has been discovered; otherwise, false.