ProtocolProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.
public ref class ProtocolProperty : Microsoft::SqlServer::Management::Smo::Property
public class ProtocolProperty : Microsoft.SqlServer.Management.Smo.Property
type ProtocolProperty = class
inherit Property
Public Class ProtocolProperty
Inherits Property
- Inheritance
- Derived
Examples
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Properties
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) |
Methods
CompareTo(Object) |
Compares the Property object to another object. (Inherited from Property) |
Equals(Object) |
Determines whether two Property objects are equal. (Inherited from Property) |
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) |
ToString() |
Returns a String value that represents the current object. (Inherited from Property) |
Explicit Interface Implementations
ISfcProperty.Attributes |
Gets the aggregated list of custom attributes that are associated with the property. (Inherited from Property) |
ISfcProperty.Dirty |
Gets a value that indicates whether the property value has been changed. (Inherited from Property) |
ISfcProperty.Enabled |
Gets information whether the ISfcProperty is enabled. (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 a value that indicates whether the property is required. (Inherited from Property) |
ISfcProperty.Type |
Gets the type of the property. (Inherited from Property) |
ISfcProperty.Value |
Gets or sets the property value. (Inherited from Property) |
ISfcProperty.Writable |
Gets a value that indicates whether the object is writable. (Inherited from Property) |