Compartilhar via


Classe ProtocolProperty

The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Smo.Property
    Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
      Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolProperty
      Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty
      Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolProperty

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Public Class ProtocolProperty _
    Inherits Property
'Uso
Dim instance As ProtocolProperty
public class ProtocolProperty : Property
public ref class ProtocolProperty : public Property
type ProtocolProperty =  
    class 
        inherit Property 
    end
public class ProtocolProperty extends Property

O tipo ProtocolProperty expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Dirty Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. (Herdado de Property.)
Propriedade pública Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Herdado de Property.)
Propriedade pública IsNull Gets the Boolean property value that specifies whether the property is set to null. (Herdado de Property.)
Propriedade pública Name Gets the name of the property. (Herdado de Property.)
Propriedade pública Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Herdado de Property.)
Propriedade pública Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already. (Herdado de Property.)
Propriedade pública Type Gets the type of property. (Herdado de Property.)
Propriedade pública Value Gets or sets the value of the property. (Herdado de Property.)
Propriedade pública Writable Gets the Boolean property value that specifies whether the property can be modified. (Herdado de Property.)

Início

Métodos

  Nome Descrição
Método público CompareTo Compares the Property object to another object. (Herdado de Property.)
Método público Equals Determines whether two Property objects are equal. (Herdado de Property.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Herdado de Property.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns a String value that represents the current object. (Herdado de Property.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Attributes Returns an attribute collection that contains properties. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Dirty Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Enabled Gets the Boolean property value that specifies whether the property is enabled on the entity that it represents on the instance of SQL Server. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.IsNull Gets the Boolean property value that specifies whether the property is set to null. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Name Gets the name of the property. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Required Gets the Boolean property value that specifies whether the property is required,. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Type Gets the type of property. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Value Gets or sets the value of the property. (Herdado de Property.)
Implementações de interfaces explícitasPropriedade privada ISfcProperty.Writable Gets the Boolean property value that specifies whether the property can be modified. (Herdado de Property.)

Início

Comentários

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

Usando coleções

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo.Wmi