ClientProtocolProperty Members
The ClientProtocolProperty class represents an attribute of a Windows Management Instrumentation (WMI) client protocol.
The following tables list the members exposed by the ClientProtocolProperty type.
Public Properties
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) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CompareTo | (inherited from Property ) | |
Equals | Overloaded. (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) | |
GetType | (inherited from Object ) | |
op_Equality | (inherited from Property ) | |
op_GreaterThan | (inherited from Property ) | |
op_Inequality | (inherited from Property ) | |
op_LessThan | (inherited from Property ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Returns a String value that represents the current object. (inherited from Property) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Attributes | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Dirty | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Enabled | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.IsNull | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Name | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Required | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Type | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Value | (inherited from Property ) | |
Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty.Writable | (inherited from Property ) |
Top
See Also
Reference
ClientProtocolProperty Class
Microsoft.SqlServer.Management.Smo.Wmi Namespace