ProtocolProperty Class
SQL Server 2012
The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.
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
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 (in Microsoft.SqlServer.SqlWmiManagement.dll)
The ProtocolProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. (Inherited from Property.) |
![]() | Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Inherited from Property.) |
![]() | IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Inherited from Property.) |
![]() | Name | Gets the name of the property. (Inherited from Property.) |
![]() | Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Inherited from Property.) |
![]() | Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Inherited from Property.) |
![]() | Type | Gets the type of property. (Inherited from Property.) |
![]() | Value | Gets or sets the value of the property. (Inherited from Property.) |
![]() | Writable | Gets the Boolean property value that specifies whether the property can be modified. (Inherited from Property.) |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares the Property object to another object. (Inherited from Property.) |
![]() | Equals | Determines whether two Property objects are equal. (Inherited from Property.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Property.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a String value that represents the current object. (Inherited from Property.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcProperty.Attributes | Returns an attribute collection that contains properties. (Inherited from 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. (Inherited from 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. (Inherited from Property.) |
![]() ![]() | ISfcProperty.IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Inherited from Property.) |
![]() ![]() | ISfcProperty.Name | Gets the name of the property. (Inherited from Property.) |
![]() ![]() | ISfcProperty.Required | Gets the Boolean property value that specifies whether the property is required,. (Inherited from Property.) |
![]() ![]() | ISfcProperty.Type | Gets the type of property. (Inherited from Property.) |
![]() ![]() | ISfcProperty.Value | Gets or sets the value of the property. (Inherited from Property.) |
![]() ![]() | ISfcProperty.Writable | Gets the Boolean property value that specifies whether the property can be modified. (Inherited from Property.) |


