Condividi tramite


Membri ServerProtocol

The ServerProtocol class represents a network protocol installed on a server instance that allows communication with SQL Server clients over a network.

Il tipo ServerProtocol espone i membri seguenti.

Metodi

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DisplayName Gets or sets the display name of the referenced protocol.
Proprietà pubblica HasMultiIPAddresses Gets the Boolean property that specifies whether there are multiple IP addresses associated with the server protocol.
Proprietà pubblica IPAddresses Represents a collection of ServerIPAddress objects. Each ServerIPAddress object represents an IP address defined on the server protocol.
Proprietà pubblica IsEnabled Gets or sets the Boolean property that specifies whether the server network protocol is enabled or disabled.
Proprietà pubblica Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (Ereditato da WmiSmoObject).
Proprietà pubblica Parent Gets the ManagedComputer object that is the parent of the ServerProtocol object.
Proprietà pubblica Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object. (Ereditato da WmiSmoObject).
Proprietà pubblica ProtocolProperties Represents a collection of ProtocolProperty objects. Each ProtocolProperty object represents an attribute defined on the referenced protocol. (Ereditato da ProtocolBase).
Proprietà pubblica State Gets the state of the referenced object. (Ereditato da SmoObjectBase).
Proprietà pubblica Urn Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object. (Ereditato da WmiSmoObject).
Proprietà pubblica UserData Gets or sets user-defined data associated with the referenced object. (Ereditato da SmoObjectBase).

In alto