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 | |
---|---|---|
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.) | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Herdado de Property.) | |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Herdado de Property.) | |
Name | Gets the name of the property. (Herdado de Property.) | |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Herdado de Property.) | |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Herdado de Property.) | |
Type | Gets the type of property. (Herdado de Property.) | |
Value | Gets or sets the value of the property. (Herdado de Property.) | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Herdado de Property.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CompareTo | Compares the Property object to another object. (Herdado de Property.) | |
Equals | Determines whether two Property objects are equal. (Herdado de Property.) | |
Finalize | (Herdado de Object.) | |
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.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a String value that represents the current object. (Herdado de Property.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ISfcProperty.Attributes | Returns an attribute collection that contains properties. (Herdado de Property.) | |
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.) | |
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.) | |
ISfcProperty.IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Herdado de Property.) | |
ISfcProperty.Name | Gets the name of the property. (Herdado de Property.) | |
ISfcProperty.Required | Gets the Boolean property value that specifies whether the property is required,. (Herdado de Property.) | |
ISfcProperty.Type | Gets the type of property. (Herdado de Property.) | |
ISfcProperty.Value | Gets or sets the value of the property. (Herdado de Property.) | |
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
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.