WmiConnectionInfo Class

 

The WmiConnectionInfo class represents connection information used by the installation of Windows Management Instrumentation (WMI).

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

System::Object
  Microsoft.SqlServer.Management.Smo.Wmi::WmiConnectionInfo

public ref class WmiConnectionInfo sealed 

NameDescription
System_CAPS_pubpropertyMachineName

Gets or sets the name of the computer on which Windows Management Instrumentation (WMI) is installed.

System_CAPS_pubpropertyProviderArchitecture

Gets or sets the T:Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo.ProviderArchitecture value which represents the provider architecture of this instance.

System_CAPS_pubpropertyTimeout

Gets or sets the period after which the Windows Management Instrumentation (WMI) connection times out in seconds.

System_CAPS_pubpropertyUsername

Gets the name of the account used to establish the connection.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSetPassword(String^)

Sets the password for the account that is used to establish the connection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: