Właściwość ManagedComputer.ServerInstances
Reprezentuje kolekcja ServerInstance obiektów.Każdy ServerInstance obiekt reprezentuje wystąpienie SQL Server zdefiniowanych w instalacji usługi WMI.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Wmi
Zestaw: Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)
Składnia
'Deklaracja
Public ReadOnly Property ServerInstances As ServerInstanceCollection
Get
'Użycie
Dim instance As ManagedComputer
Dim value As ServerInstanceCollection
value = instance.ServerInstances
public ServerInstanceCollection ServerInstances { get; }
public:
property ServerInstanceCollection^ ServerInstances {
ServerInstanceCollection^ get ();
}
member ServerInstances : ServerInstanceCollection
function get ServerInstances () : ServerInstanceCollection
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection
A ServerInstanceCollection obiekt, który reprezentuje wszystkich wystąpień serwera zdefiniowanych na instalację usługi WMI.
Zobacz także