Catalog.ConfigureAlwaysOnSupport(List<ReplicaDataInfo>) Method
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.
Main fucntion to configure SSIS support for alwayson
public:
void ConfigureAlwaysOnSupport(System::Collections::Generic::List<Microsoft::SqlServer::Management::IntegrationServices::ReplicaDataInfo ^> ^ newAddedReplicaData);
public void ConfigureAlwaysOnSupport (System.Collections.Generic.List<Microsoft.SqlServer.Management.IntegrationServices.ReplicaDataInfo> newAddedReplicaData);
member this.ConfigureAlwaysOnSupport : System.Collections.Generic.List<Microsoft.SqlServer.Management.IntegrationServices.ReplicaDataInfo> -> unit
Public Sub ConfigureAlwaysOnSupport (newAddedReplicaData As List(Of ReplicaDataInfo))
Parameters
- newAddedReplicaData
- List<ReplicaDataInfo>