Classe ConfigPropertyCollection
The ConfigPropertyCollection class represents a collection of ConfigProperty objects that represent all the configuration properties defined on the instance of SQL Server.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public NotInheritable Class ConfigPropertyCollection _
Implements ICollection, IEnumerable
'Uso
Dim instance As ConfigPropertyCollection
public sealed class ConfigPropertyCollection : ICollection,
IEnumerable
public ref class ConfigPropertyCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type ConfigPropertyCollection =
class
interface ICollection
interface IEnumerable
end
public final class ConfigPropertyCollection implements ICollection, IEnumerable
O tipo ConfigPropertyCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ConfigProperty objects in the ConfigPropertyCollection collection. | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread safe. | |
Item[Int32] | Gets a ConfigProperty object in the ConfigPropertyCollection collection by index number. | |
Item[String] | Gets a ConfigProperty object in the ConfigPropertyCollection collection by name. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CopyTo | Copies the collection objects to a one-dimensional array starting at the specified index value. | |
Equals | (Herdado de Object.) | |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICollection.CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. |
Início
Comentários
A ConfigPropertyCollection object can be used to gain access to a set of configuration properties. You can use the Item property to return a specific ConfigProperty object.
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.
Exemplos
Segurança de thread
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.