Costruttore SqlStoreConnection
Initializes a new instance of the SqlStoreConnection class with the specified SQL connection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
sqlConnection As SqlConnection _
)
'Utilizzo
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
)
Parametri
- sqlConnection
Tipo: System.Data.SqlClient. . :: . .SqlConnection
Specifies the instance of SQL Server to connect to.
Vedere anche