Właściwość WmiConnectionInfo.ProviderArchitecture
Pobiera lub ustawia ProviderArchitecture wartość, która reprezentuje dostawca architektury wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Wmi
Zestaw: Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)
Składnia
'Deklaracja
Public Property ProviderArchitecture As ProviderArchitecture
Get
Set
'Użycie
Dim instance As WmiConnectionInfo
Dim value As ProviderArchitecture
value = instance.ProviderArchitecture
instance.ProviderArchitecture = value
public ProviderArchitecture ProviderArchitecture { get; set; }
public:
property ProviderArchitecture ProviderArchitecture {
ProviderArchitecture get ();
void set (ProviderArchitecture value);
}
member ProviderArchitecture : ProviderArchitecture with get, set
function get ProviderArchitecture () : ProviderArchitecture
function set ProviderArchitecture (value : ProviderArchitecture)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture
ProviderArchitecture Wartość, która reprezentuje dostawca architektury wystąpienie.
Zobacz także