Freigeben über


ClientProtocol-Member

The ClientProtocol class represents a network protocol installed on a client instance that allows communication with the instance of SQL Server over a network.

Der ClientProtocol-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Alter Updates any Protocol object property changes on an instance of SQL Server. (Geerbt von ProtocolBase.)
Geschützte Methode AlterProtocolProperties Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation. (Geerbt von WmiSmoObject.)
Geschützte Methode CheckObjectState Checks the state of the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode CreateProtocolPropertyCollection Creates a set of protocol attributes for the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetManagementObject Returns the object that manages the referenced protocol object. (Geerbt von ProtocolBase.)
Geschützte Methode GetPropertyManagementObject Gets the management object for the specified protocol property. (Geerbt von WmiSmoObject.)
Geschützte Methode GetPropertyObject Gets the property from the specified collection with the specified position and value. (Geerbt von WmiSmoObject.)
Geschützte Methode GetProtocolPropertyCollection Returns the protocol property collection for the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplInitialize (Geerbt von WmiSmoObject.)
Öffentliche Methode Initialize Initializes the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode InvokeMgmtMethod(ManagementObject, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, method name, and parameters. (Geerbt von WmiSmoObject.)
Geschützte Methode InvokeMgmtMethod(ManagementObject, ManagementOperationObserver, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters. (Geerbt von WmiSmoObject.)
Geschützte Methode IsObjectInitialized Specifies whether the referenced object is initialized. (Geerbt von WmiSmoObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh (Überschreibt ProtocolBase. . :: . .Refresh() () () ().)
Geschützte Methode SetName Sets the name of the referenced object. (Geerbt von WmiSmoObject.)
Geschützte Methode SetParentImpl Sets the parent of the referenced object. (Geerbt von WmiSmoObject.)
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode UpdateObjectState Updates the object state. (Geerbt von WmiSmoObject.)
Öffentliche Methode Validate (Geerbt von SmoObjectBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DisplayName Gets or sets the display name of the referenced protocol.
Öffentliche Eigenschaft IsEnabled Gets or sets the Boolean property that specifies whether the client network protocol is enabled or disabled.
Öffentliche Eigenschaft Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft NetLibInfo Gets the network library information file for the referenced protocol.
Öffentliche Eigenschaft NetworkLibrary Gets the network library file name for the referenced protocol.
Öffentliche Eigenschaft Order Gets or sets the order in which the referenced protocol is listed and applied in relation to the other currently supported protocols.
Öffentliche Eigenschaft Parent Gets the ManagedComputer object that is the parent of the ClientProtocol object.
Öffentliche Eigenschaft Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft ProtocolProperties Represents a collection of ProtocolProperty objects. Each ProtocolProperty object represents an attribute defined on the referenced protocol. (Geerbt von ProtocolBase.)
Öffentliche Eigenschaft State Gets the state of the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Urn Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object. (Geerbt von WmiSmoObject.)
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)

Zum Anfang