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 基础结构。

页首

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间