Freigeben über


WmiConnectionInfo.ProviderArchitecture Property

Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Property ProviderArchitecture As ProviderArchitecture
public ProviderArchitecture ProviderArchitecture { get; set; }
public:
property ProviderArchitecture ProviderArchitecture {
    ProviderArchitecture get ();
    void set (ProviderArchitecture value);
}
/** @property */
public ProviderArchitecture get_ProviderArchitecture ()

/** @property */
public void set_ProviderArchitecture (ProviderArchitecture value)
public function get ProviderArchitecture () : ProviderArchitecture

public function set ProviderArchitecture (value : ProviderArchitecture)

Threadsicherheit

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

WmiConnectionInfo Class
WmiConnectionInfo Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace