Classe ProtocolProperty
The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.
Gerarchia di ereditarietà
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
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Public Class ProtocolProperty _
Inherits Property
'Utilizzo
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
Nel tipo ProtocolProperty sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
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. Ereditato da Property. | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. Ereditato da Property. | |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. Ereditato da Property. | |
Name | Gets the name of the property. Ereditato da Property. | |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. Ereditato da Property. | |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. Ereditato da Property. | |
Type | Gets the type of property. Ereditato da Property. | |
Value | Gets or sets the value of the property. Ereditato da Property. | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. Ereditato da Property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CompareTo | Compares the Property object to another object. Ereditato da Property. | |
Equals | Determines whether two Property objects are equal. Ereditato da Property. | |
Finalize | Ereditato da Object. | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. Ereditato da Property. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Returns a String value that represents the current object. Ereditato da Property. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ISfcProperty.Attributes | Returns an attribute collection that contains properties. Ereditato da 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. Ereditato da 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. Ereditato da Property. | |
ISfcProperty.IsNull | Gets the Boolean property value that specifies whether the property is set to null. Ereditato da Property. | |
ISfcProperty.Name | Gets the name of the property. Ereditato da Property. | |
ISfcProperty.Required | Gets the Boolean property value that specifies whether the property is required,. Ereditato da Property. | |
ISfcProperty.Type | Gets the type of property. Ereditato da Property. | |
ISfcProperty.Value | Gets or sets the value of the property. Ereditato da Property. | |
ISfcProperty.Writable | Gets the Boolean property value that specifies whether the property can be modified. Ereditato da Property. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Esempi
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.