Compartir a través de


Interfaz ISfcCollection

Defines collection operations, including child initialization. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Interface ISfcCollection
'Uso
Dim instance As ISfcCollection
public interface ISfcCollection
public interface class ISfcCollection
type ISfcCollection =  interface end
public interface ISfcCollection

El tipo ISfcCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Initialized Gets or sets a value indicating whether the collection has been initialized. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Parent Gets the parent object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Métodos

  Nombre Descripción
Método público Add Adds the specified object to the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público AddShadow Adds the specified object to the shadow collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público EnsureInitialized Initializes the collection from the server-side. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público FinishMerge Swaps the new collection for the old collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público GetCollectionElementNameImpl Get the Uniform Resource Name (URN) suffix for elements in the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público GetElementFactory Gets the factory that is used to instantiate objects for the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público GetExisting Uses the specified key to retrieve an existing item from the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público 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. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público PrepareMerge Prepares to merge fresh query results into the existing collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público Remove Removes the specified object from the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público RemoveElement Removes the specified element from the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público Rename Renames the specified SfcInstance object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba