Catalog.InitialSupportForAlwaysOnSecondary(String) 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.
This function is called when current instance is prepared as secondary node. Drop everything of SSIS catalog except SSISDB if enable support for alwayson secondary functions throw exception.
public:
void InitialSupportForAlwaysOnSecondary(System::String ^ sid);
public void InitialSupportForAlwaysOnSecondary (string sid);
member this.InitialSupportForAlwaysOnSecondary : string -> unit
Public Sub InitialSupportForAlwaysOnSecondary (sid As String)
Parameters
- sid
- String