Constructeur UIConnectionGroupInfo (Int32)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly : Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Syntaxe
'Déclaration
Public Sub New ( _
capacity As Integer _
)
'Utilisation
Dim capacity As Integer
Dim instance As New UIConnectionGroupInfo(capacity)
public UIConnectionGroupInfo(
int capacity
)
public:
UIConnectionGroupInfo(
int capacity
)
new :
capacity:int -> UIConnectionGroupInfo
public function UIConnectionGroupInfo(
capacity : int
)
Paramètres
- capacity
Type : System.Int32
An integer that represents the capacity of the connection.
Voir aussi
Référence
Surcharge UIConnectionGroupInfo
Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum