共用方式為


ISfcCollection 介面

Defines collection operations, including child initialization. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Interface ISfcCollection
'用途
Dim instance As ISfcCollection
public interface ISfcCollection
public interface class ISfcCollection
type ISfcCollection =  interface end
public interface ISfcCollection

ISfcCollection 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count Gets the number of elements contained in the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Initialized Gets or sets a value indicating whether the collection has been initialized. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 Parent Gets the parent object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

方法

  名稱 說明
公用方法 Add Adds the specified object to the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 AddShadow Adds the specified object to the shadow collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 EnsureInitialized Initializes the collection from the server-side. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 FinishMerge Swaps the new collection for the old collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 GetCollectionElementNameImpl Get the Uniform Resource Name (URN) suffix for elements in the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 GetElementFactory Gets the factory that is used to instantiate objects for the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 GetExisting Uses the specified key to retrieve an existing item from the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 GetObjectByKey Uses the specified key to retrieve an object from the collection. If a matching object is not found in the collection, the object is created in the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 PrepareMerge Prepares to merge fresh query results into the existing collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 Remove Removes the specified object from the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 RemoveElement Removes the specified element from the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 Rename Renames the specified SfcInstance object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層