Condividi tramite


Interfaccia ISfcCollection

Defines collection operations, including child initialization. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Interface ISfcCollection
'Utilizzo
Dim instance As ISfcCollection
public interface ISfcCollection
public interface class ISfcCollection
type ISfcCollection =  interface end
public interface ISfcCollection

Nel tipo ISfcCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of elements contained in the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Initialized Gets or sets a value indicating whether the collection has been initialized. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Parent Gets the parent object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Adds the specified object to the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico AddShadow Adds the specified object to the shadow collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico EnsureInitialized Initializes the collection from the server-side. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico FinishMerge Swaps the new collection for the old collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetCollectionElementNameImpl Get the Uniform Resource Name (URN) suffix for elements in the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetElementFactory Gets the factory that is used to instantiate objects for the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico GetExisting Uses the specified key to retrieve an existing item from the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico 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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico PrepareMerge Prepares to merge fresh query results into the existing collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico Remove Removes the specified object from the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico RemoveElement Removes the specified element from the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico Rename Renames the specified SfcInstance object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto