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 基礎結構。 |
上層