Propriedade ServerInstances
Represents a collection of ServerInstance objects. Each ServerInstance object represents an instance of SQL Server defined on the WMI installation.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public ReadOnly Property ServerInstances As ServerInstanceCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerInstanceCollection
A ServerInstanceCollection object that represents all the server instances defined on the WMI installation.
Consulte também