Construtor SqlStoreConnection

Initializes a new instance of the SqlStoreConnection class with the specified SQL connection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    sqlConnection As SqlConnection _
)
'Uso
Dim sqlConnection As SqlConnection

Dim instance As New SqlStoreConnection(sqlConnection)
public SqlStoreConnection(
    SqlConnection sqlConnection
)
public:
SqlStoreConnection(
    SqlConnection^ sqlConnection
)
new : 
        sqlConnection:SqlConnection -> SqlStoreConnection
public function SqlStoreConnection(
    sqlConnection : SqlConnection
)

Parâmetros