Класс IPAddressProperty
The IPAddressProperty class represents an attribute of a Windows Management Instrumentation (WMI) IP address.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Smo.Property
Microsoft.SqlServer.Management.Smo.Wmi.ProtocolProperty
Microsoft.SqlServer.Management.Smo.Wmi.IPAddressProperty
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public NotInheritable Class IPAddressProperty _
Inherits ProtocolProperty
'Применение
Dim instance As IPAddressProperty
public sealed class IPAddressProperty : ProtocolProperty
public ref class IPAddressProperty sealed : public ProtocolProperty
[<SealedAttribute>]
type IPAddressProperty =
class
inherit ProtocolProperty
end
public final class IPAddressProperty extends ProtocolProperty
Тип IPAddressProperty обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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. (Производный от Property.) | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Производный от Property.) | |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Производный от Property.) | |
Name | Gets the name of the property. (Производный от Property.) | |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Производный от Property.) | |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Производный от Property.) | |
Type | Gets the type of property. (Производный от Property.) | |
Value | Gets or sets the value of the property. (Производный от Property.) | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Производный от Property.) |
В начало
Методы
Имя | Описание | |
---|---|---|
CompareTo | Compares the Property object to another object. (Производный от Property.) | |
Equals | Determines whether two Property objects are equal. (Производный от Property.) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Производный от Property.) | |
GetType | (Производный от Object.) | |
ToString | Returns a String value that represents the current object. (Производный от Property.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ISfcProperty.Attributes | Returns an attribute collection that contains properties. (Производный от 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. (Производный от 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. (Производный от Property.) | |
ISfcProperty.IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Производный от Property.) | |
ISfcProperty.Name | Gets the name of the property. (Производный от Property.) | |
ISfcProperty.Required | Gets the Boolean property value that specifies whether the property is required,. (Производный от Property.) | |
ISfcProperty.Type | Gets the type of property. (Производный от Property.) | |
ISfcProperty.Value | Gets or sets the value of the property. (Производный от Property.) | |
ISfcProperty.Writable | Gets the Boolean property value that specifies whether the property can be modified. (Производный от Property.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi