Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The SqlPropertyCollection class is an abstract class that is used in the management of object properties.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.PropertyCollection
Microsoft.SqlServer.Management.Smo.SqlPropertyCollection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Class SqlPropertyCollection _
Inherits PropertyCollection
'Uso
Dim instance As SqlPropertyCollection
public class SqlPropertyCollection : PropertyCollection
public ref class SqlPropertyCollection : public PropertyCollection
type SqlPropertyCollection =
class
inherit PropertyCollection
end
public class SqlPropertyCollection extends PropertyCollection
O tipo SqlPropertyCollection expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
Count | Gets the number of properties in the PropertyCollection object. (Herdado de PropertyCollection.) |
![]() |
IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (Herdado de PropertyCollection.) |
![]() |
Item[Int32] | Gets an object in the collection by index number. (Herdado de PropertyCollection.) |
![]() |
Item[String] | Gets an object in the collection by name. (Herdado de PropertyCollection.) |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Herdado de PropertyCollection.) |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Contains | Determines whether the element specified by key exists in the collection. (Herdado de PropertyCollection.) |
![]() |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Herdado de PropertyCollection.) |
![]() |
EnumPropertyInfo() | Returns an enumerated list of property information. |
![]() |
EnumPropertyInfo(SqlServerVersions) | Returns an enumerated list of property information. |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetEnumerator | Gets an enumerator that can iterate through the list of objects. (Herdado de PropertyCollection.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetPropertyInfo | Gets property information. |
![]() |
GetPropertyObject(Int32) | Gets the Property object. (Herdado de PropertyCollection.) |
![]() |
GetPropertyObject(String) | Gets the Property object. (Herdado de PropertyCollection.) |
![]() |
GetPropertyObject(Int32, Boolean) | Gets the Property object. (Herdado de PropertyCollection.) |
![]() |
GetPropertyObject(String, Boolean) | .Gets the Property object. (Herdado de PropertyCollection.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
LookupID | Returns the ID of the Property object in the PropertyCollection object that has the specified name. (Herdado de PropertyCollection.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
| Nome | Descrição | |
|---|---|---|
![]() ![]() |
ICollection.CopyTo | Copies the collection. (Herdado de PropertyCollection.) |
![]() ![]() |
ISfcPropertySet.Contains(ISfcProperty) | Determines whether the property collection contains the property specified by the parameter. (Herdado de PropertyCollection.) |
![]() ![]() |
ISfcPropertySet.Contains<T>(String) | Determines whether the property collection contains the property specified by the name parameter. (Herdado de PropertyCollection.) |
![]() ![]() |
ISfcPropertySet.EnumProperties | Gets the enumerator for the property collection. (Herdado de PropertyCollection.) |
![]() ![]() |
ISfcPropertySet.TryGetProperty | Tries to get the property specified by the name parameter and type specified by the property parameter. (Herdado de PropertyCollection.) |
![]() ![]() |
ISfcPropertySet.TryGetPropertyValue(String, Object%) | Tries to get the property value specified by the name parameter and type specified by the property parameter. (Herdado de PropertyCollection.) |
![]() ![]() |
ISfcPropertySet.TryGetPropertyValue<T>(String, T%) | Tries to get the property value specified by the name parameter and type specified by the value parameter. (Herdado de PropertyCollection.) |
Início
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.
.gif)
.gif)
.gif)
.gif)
.gif)