Construtor UIConnectionGroupInfo (Int32)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Sub New ( _
capacity As Integer _
)
'Uso
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
)
Parâmetros
- capacity
Tipo: System.Int32
An integer that represents the capacity of the connection.