UIConnectionGroupInfo Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Syntax
'Declaration
Public Class UIConnectionGroupInfo _
Inherits List(Of UIConnectionInfo)
'Usage
Dim instance As UIConnectionGroupInfo
public class UIConnectionGroupInfo : List<UIConnectionInfo>
public ref class UIConnectionGroupInfo : public List<UIConnectionInfo^>
type UIConnectionGroupInfo =
class
inherit List<UIConnectionInfo>
end
public class UIConnectionGroupInfo extends List<UIConnectionInfo>
Remarks
This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
System.Collections.Generic.List<UIConnectionInfo>
Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.