Utilities.GetAlwaysOnSecondaryReplicaData(IntegrationServices) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 SSISDB alwayson 组中 Currents 实例的次要副本,应仅在主节点中调用
public:
static System::Collections::Generic::List<System::String ^> ^ GetAlwaysOnSecondaryReplicaData(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ store);
public static System.Collections.Generic.List<string> GetAlwaysOnSecondaryReplicaData (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices store);
static member GetAlwaysOnSecondaryReplicaData : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> System.Collections.Generic.List<string>
Public Shared Function GetAlwaysOnSecondaryReplicaData (store As IntegrationServices) As List(Of String)
参数
- store
- IntegrationServices