ServerProtocol Class

 

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

Namespace:   Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)


public ref class ServerProtocol sealed : ProtocolBase

NameDescription
System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the referenced protocol.

System_CAPS_pubpropertyHasMultiIPAddresses

Gets the Boolean property that specifies whether there are multiple IP addresses associated with the server protocol.

System_CAPS_pubpropertyIPAddresses

Represents a collection of ServerIPAddress objects. Each ServerIPAddress object represents an IP address defined on the server protocol.

System_CAPS_pubpropertyIsEnabled

Gets or sets the Boolean property that specifies whether the server network protocol is enabled or disabled.

System_CAPS_pubpropertyName

Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object.(Inherited from WmiSmoObject.)

System_CAPS_pubpropertyParent

Gets the ManagedComputer object that is the parent of the ServerProtocol object.

System_CAPS_pubpropertyProperties

Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object.(Inherited from WmiSmoObject.)

System_CAPS_pubpropertyProtocolProperties

Represents a collection of ProtocolProperty objects. Each ProtocolProperty object represents an attribute defined on the referenced protocol.(Inherited from ProtocolBase.)

System_CAPS_pubpropertyState

Gets the state of the referenced object.(Inherited from SmoObjectBase.)

System_CAPS_pubpropertyUrn

Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.(Inherited from WmiSmoObject.)

System_CAPS_pubpropertyUserData

Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.)

NameDescription
System_CAPS_pubmethodAlter()

Updates any Protocol object property changes on an instance of SQL Server. (Inherited from ProtocolBase.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize()

Initializes the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_protmethodIsObjectInitialized()

Specifies whether the referenced object is initialized.(Inherited from WmiSmoObject.)

System_CAPS_pubmethodRefresh()

Refreshes the properties of the referenced object.(Inherited from ProtocolBase.)

System_CAPS_protmethodSetName(String^)

Sets the name of the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_protmethodSetParentImpl(WmiSmoObject^)

Sets the parent of the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(String^, array<Object^>^)

Validates the state of an object.(Inherited from SmoObjectBase.)

With the ServerProtocol class you can:

  • Modify the display name of the protocol.

  • Enable or disable the protocol.

  • View the IP addresses associated with the protocol.

  • Create a set of attributes for the protocol.

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: