SfcDependencyEngine 類別
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcDependencyEngine
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public NotInheritable Class SfcDependencyEngine _
Implements ISfcDependencyDiscoveryObjectSink, IDisposable
'用途
Dim instance As SfcDependencyEngine
public sealed class SfcDependencyEngine : ISfcDependencyDiscoveryObjectSink,
IDisposable
public ref class SfcDependencyEngine sealed : ISfcDependencyDiscoveryObjectSink,
IDisposable
[<SealedAttribute>]
type SfcDependencyEngine =
class
interface ISfcDependencyDiscoveryObjectSink
interface IDisposable
end
public final class SfcDependencyEngine implements ISfcDependencyDiscoveryObjectSink, IDisposable
SfcDependencyEngine 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Action | Gets the discovery action that the dependency session is processing. This may affect which relationships are added. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
上層
方法
名稱 | 說明 | |
---|---|---|
Add(SfcInstance) | Add a new single object node with no directional relation to either a parent or child node. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Add(SfcInstance, SfcInstance, SfcTypeRelation) | Adds a new tuple relation of a parent node and its child node which depends on it. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Discover | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Dispose | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetListEnumerator | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
GetTreeEnumerator | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
ISfcDependencyDiscoveryObjectSink. . :: . .Add(SfcDependencyDirection, SfcInstance, SfcTypeRelation, Boolean) | Adds the objects to compare in the relation. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
ISfcDependencyDiscoveryObjectSink. . :: . .Add(SfcDependencyDirection, IEnumerator, SfcTypeRelation, Boolean) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。