ProtocolBase Class

 

The ProtocolBase class represents a protocol used on a SQL Server client or a server that is running SQL Server.

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


public ref class ProtocolBase abstract : WmiSmoObject, IAlterable

NameDescription
System_CAPS_pubpropertyName

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

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.

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.

System_CAPS_protmethodAlterProtocolProperties(ProtocolPropertyCollection^)

Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation. (Inherited from WmiSmoObject.)

System_CAPS_protmethodCheckObjectState()

Checks the state of the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_protmethodCreateProtocolPropertyCollection()

Creates a set of protocol attributes for the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetManagementObject()

Returns the object that manages the referenced protocol object.

System_CAPS_protmethodGetPropertyManagementObject(ProtocolProperty^)

Gets the management object for the specified protocol property.(Inherited from WmiSmoObject.)

System_CAPS_protmethodGetPropertyObject(PropertyCollection^, DataRow^, Object^)

Gets the property from the specified collection with the specified position and value.(Inherited from WmiSmoObject.)

System_CAPS_protmethodGetProtocolPropertyCollection()

Returns the protocol property collection for the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodImplInitialize(array<String^>^, array<OrderBy^>^)

Initializes the fields of the WmiSmoObject object.(Inherited from WmiSmoObject.)

System_CAPS_pubmethodInitialize()

Initializes the referenced object.(Inherited from WmiSmoObject.)

System_CAPS_protmethodInvokeMgmtMethod(ManagementObject^, ManagementOperationObserver^, String^, array<Object^>^)

Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters.(Inherited from WmiSmoObject.)

System_CAPS_protmethodInvokeMgmtMethod(ManagementObject^, String^, array<Object^>^)

Invokes the management method for the referenced object with the specified management object, method name, and parameters.(Inherited from WmiSmoObject.)

System_CAPS_protmethodIsObjectInitialized()

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRefresh()

Refreshes the properties of the referenced object.(Overrides WmiSmoObject::Refresh().)

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_protmethodUpdateObjectState()

Updates the object state.(Inherited from WmiSmoObject.)

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

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

The ProtocolBase class is a base class used in the construction of the ClientProtocol object and the ServerProtocol object and contains functionality that is common to both.

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.

Microsoft.SqlServer.Management.Smo.Wmi Namespace
WMI and SQL Server
Connecting to the SQL Server Database Engine

Return to top
Show: