ProtocolProperty Class

Definition

ProtocolProperty is a Property with two more internal members, which are the keys we have to use in order to access it while dealing with the managed WMI provider

public class ProtocolProperty : Microsoft.SqlServer.Management.Smo.Property
type ProtocolProperty = class
    inherit Property
Public Class ProtocolProperty
Inherits Property
Inheritance
ProtocolProperty
Derived

Properties

Name Description
Dirty (Inherited from Property)
Expensive (Inherited from Property)
IsNull (Inherited from Property)
Name (Inherited from Property)
Readable (Inherited from Property)
Retrieved (Inherited from Property)
Type (Inherited from Property)
Value (Inherited from Property)
Writable (Inherited from Property)

Methods

Name Description
CompareTo(Object) (Inherited from Property)
Equals(Object) (Inherited from Property)
GetHashCode() (Inherited from Property)
ToString() (Inherited from Property)

Explicit Interface Implementations

Name Description
ISfcProperty.Attributes (Inherited from Property)
ISfcProperty.Dirty (Inherited from Property)
ISfcProperty.Enabled (Inherited from Property)
ISfcProperty.IsNull (Inherited from Property)
ISfcProperty.Name (Inherited from Property)
ISfcProperty.Required (Inherited from Property)
ISfcProperty.Type (Inherited from Property)
ISfcProperty.Value (Inherited from Property)
ISfcProperty.Writable (Inherited from Property)

Applies to