Este tópico ainda não foi avaliado como - Avalie este tópico

Classe ParameterCollectionBase

The ParameterCollectionBase class is a base class that is used in the construction of parameter collection classes.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
public abstract class ParameterCollectionBase : ArrayListCollectionBase

O tipo ParameterCollectionBase expõe os membros a seguir.

  NomeDescrição
Propriedade públicaCountGets the number of objects in the referenced collection. (Herdado de SmoCollectionBase.)
Propriedade públicaIsSynchronizedGets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Herdado de SmoCollectionBase.)
Propriedade públicaSyncRootGets an object that can be used to synchronize access to the collection. (Herdado de SmoCollectionBase.)
Início
  NomeDescrição
Método protegidoAddExistingAdds an object to the collection. (Herdado de AbstractCollectionBase.)
Método protegidoAddImplAdds an object or member to this collection at the specified index. (Herdado de ArrayListCollectionBase.)
Método públicoContainsValidates whether the parameter collection contains a member with a name equal to the specified string.
Método públicoEquals (Herdado de Object.)
Método protegidoFinalize (Herdado de Object.)
Método protegidoGetCollectionElementTypeGets the Collection Element Type. (Herdado de SmoCollectionBase.)
Método públicoGetEnumeratorReturns an IEnumerator interface that allows you to iterate through the objects in the collection. (Herdado de SmoCollectionBase.)
Método públicoGetHashCode (Herdado de Object.)
Método protegidoGetItemById(Int32)Extracts a member from the referenced collection using a system-defined, unique identifier. (Herdado de SmoCollectionBase.)
Método protegidoGetItemById(Int32, String)Extracts a member from the referenced collection using a system-defined, unique identifier and name. (Herdado de SmoCollectionBase.)
Método protegidoGetObjectByIndexExtracts a member from the referenced collection using a system-defined, unique identifier. (Herdado de SmoCollectionBase.)
Método públicoGetType (Herdado de Object.)
Método protegidoImplAddExistingAdds an object to a collection. (Substitui SmoCollectionBase.ImplAddExisting(SqlSmoObject).)
Método protegidoInitializeChildCollection()Initializes the child collections of the referenced collection. (Herdado de SmoCollectionBase.)
Método protegidoInitializeChildCollection(Boolean)Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection. (Herdado de SmoCollectionBase.)
Método protegidoInitInnerCollectionInitializes a collection. (Substitui SmoCollectionBase.InitInnerCollection().)
Método protegidoMemberwiseClone (Herdado de Object.)
Método públicoRefresh()Refreshes the referenced collection. (Herdado de SmoCollectionBase.)
Método públicoRefresh(Boolean)Refreshes the referenced collection with the option to refresh child objects of the referenced collection. (Herdado de SmoCollectionBase.)
Método públicoRemoveRemoves a member from the collection with the specified name.
Método públicoToString (Herdado de Object.)
Método protegidoValidateParentObjectValidates the parent object exists. (Herdado de SmoCollectionBase.)
Início
  NomeDescrição
Campo protegidoinitializedThis value supports the SMO infrastructure and is not intended to be used directly from your code. (Herdado de AbstractCollectionBase.)
Início
  NomeDescrição
Implementações de interfaces explícitasMétodo privadoICollection.CopyToCopies the elements from an instance to an array beginning at the index indicated. (Herdado de SmoCollectionBase.)
Início

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Isso foi útil para você?
(1500 caracteres restantes)

Contribuições da comunidade

ADICIONAR
© 2013 Microsoft. Todos os direitos reservados.