Utilities.GetLocalAlwaysOnRole(IntegrationServices) 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.
Get the local instance's role in the alwayson group for SSISDB
public:
static Microsoft::SqlServer::Management::IntegrationServices::Utilities::AlwaysOnNodeType GetLocalAlwaysOnRole(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ store);
public static Microsoft.SqlServer.Management.IntegrationServices.Utilities.AlwaysOnNodeType GetLocalAlwaysOnRole (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices store);
static member GetLocalAlwaysOnRole : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> Microsoft.SqlServer.Management.IntegrationServices.Utilities.AlwaysOnNodeType
Public Shared Function GetLocalAlwaysOnRole (store As IntegrationServices) As Utilities.AlwaysOnNodeType
Parameters
- store
- IntegrationServices