Campo innerColl
O valor SortedList que contém a coleção subjacente dos servidores registrados.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Protected Friend innerColl As SortedList
'Uso
Dim value As SortedList
value = Me.innerColl
Me.innerColl = value
protected internal SortedList innerColl
protected public:
SortedList^ innerColl
val mutable innerColl: SortedList
var innerColl : SortedList
Consulte também