SqlStoreConnection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlStoreConnection(SqlConnection) | |
SqlStoreConnection(SqlConnection) |
SqlStoreConnection(SqlConnection)
public SqlStoreConnection (Microsoft.Data.SqlClient.SqlConnection sqlConnection);
new Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection : Microsoft.Data.SqlClient.SqlConnection -> Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
Public Sub New (sqlConnection As SqlConnection)
Parameters
- sqlConnection
- SqlConnection
Applies to
SqlStoreConnection(SqlConnection)
public SqlStoreConnection (System.Data.SqlClient.SqlConnection sqlConnection);
new Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection : System.Data.SqlClient.SqlConnection -> Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
Public Sub New (sqlConnection As SqlConnection)
Parameters
- sqlConnection
- SqlConnection