Interface ISfcCollection
Defines collection operations, including child initialization. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Interface ISfcCollection
'Uso
Dim instance As ISfcCollection
public interface ISfcCollection
public interface class ISfcCollection
type ISfcCollection = interface end
public interface ISfcCollection
O tipo ISfcCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of elements contained in the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Initialized | Gets or sets a value indicating whether the collection has been initialized. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Parent | Gets the parent object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Adds the specified object to the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
AddShadow | Adds the specified object to the shadow collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
EnsureInitialized | Initializes the collection from the server-side. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
FinishMerge | Swaps the new collection for the old collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetCollectionElementNameImpl | Get the Uniform Resource Name (URN) suffix for elements in the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetElementFactory | Gets the factory that is used to instantiate objects for the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetExisting | Uses the specified key to retrieve an existing item from the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
PrepareMerge | Prepares to merge fresh query results into the existing collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Remove | Removes the specified object from the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
RemoveElement | Removes the specified element from the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Rename | Renames the specified SfcInstance object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início