UIConnectionGroupInfo コンストラクター (IEnumerable<UIConnectionInfo>)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 指定したコレクションを使用して、UIConnectionGroupInfo クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo.RegSvrEnum
アセンブリ: Microsoft.SqlServer.RegSvrEnum (Microsoft.SqlServer.RegSvrEnum.dll)
構文
'宣言
Public Sub New ( _
collection As IEnumerable(Of UIConnectionInfo) _
)
'使用
Dim collection As IEnumerable(Of UIConnectionInfo)
Dim instance As New UIConnectionGroupInfo(collection)
public UIConnectionGroupInfo(
IEnumerable<UIConnectionInfo> collection
)
public:
UIConnectionGroupInfo(
IEnumerable<UIConnectionInfo^>^ collection
)
new :
collection:IEnumerable<UIConnectionInfo> -> UIConnectionGroupInfo
public function UIConnectionGroupInfo(
collection : IEnumerable<UIConnectionInfo>
)
パラメーター
- collection
型: System.Collections.Generic.IEnumerable<UIConnectionInfo>
コレクションを表します。