Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 65edaf6

Browse files
authored
fix link
1 parent 6c7d3c4 commit 65edaf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/serverproperty-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ An expression that contains the property information to be returned for the serv
7070
| `IsBigDataCluster` | Introduced in [!INCLUDE[ssSQL2019](../../includes/sssql19-md.md)] beginning with CU4.<br /><br />Returns 1 if the instance is SQL Server Big Data Cluster; 0 if not.<br /><br />Base data type: **int** |
7171
| `IsClustered` | Server instance is configured in a failover cluster.<br /><br />1 = Clustered.<br /><br />0 = Not Clustered.<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **int** |
7272
| `IsExternalAuthenticationOnly` | **Applies to**: Azure SQL Database and Azure SQL Managed Instance.<br /><br />Returns whether [Azure AD-only authentication](/azure/azure-sql/database/authentication-azure-ad-only-authentication) is enabled.<br /><br />1 = Azure AD-only authentication is enabled.<br /><br />0 = Azure AD-only authentication is disabled.<br /><br />Base data type: **int** |
73-
| `IsExternalGovernanceEnabled` | **Applies to**: [!INCLUDE [sqlserver2022](../includes/applies-to-version/sqlserver2022.md)] and later.<br /><br />Returns 1 or 0.<br /><br />1 = External Governance is enabled.<br /><br />0 = External Governance is disabled.<br /><br />Base data type: **int** |
73+
| `IsExternalGovernanceEnabled` | **Applies to**: [!INCLUDE [sqlserver2022](../../includes/applies-to-version/sqlserver2022.md)] and later.<br /><br />Returns 1 or 0.<br /><br />1 = External Governance is enabled.<br /><br />0 = External Governance is disabled.<br /><br />Base data type: **int** |
7474
| `IsFullTextInstalled` | The full-text and semantic indexing components are installed on the current instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].<br /><br />1 = Full-text and semantic indexing components are installed.<br /><br />0 = Full-text and semantic indexing components aren't installed.<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **int** |
7575
| `IsHadrEnabled` | **Applies to**: [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] and later.<br /><br />[!INCLUDE[ssHADR](../../includes/sshadr-md.md)] is enabled on this server instance.<br /><br />0 = The [!INCLUDE[ssHADR](../../includes/sshadr-md.md)] feature is disabled.<br /><br />1 = The [!INCLUDE[ssHADR](../../includes/sshadr-md.md)] feature is enabled.<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **int**<br /><br />For availability replicas to be created and run on an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], [!INCLUDE[ssHADR](../../includes/sshadr-md.md)] must be enabled on the server instance. For more information, see [Enable and Disable Always On Availability Groups (SQL Server)](../../database-engine/availability-groups/windows/enable-and-disable-always-on-availability-groups-sql-server.md).<br /><br />**Note:** The IsHadrEnabled property pertains only to [!INCLUDE[ssHADR](../../includes/sshadr-md.md)]. Other high availability or disaster recovery features, such as database mirroring or log shipping, are unaffected by this server property. |
7676
| `IsIntegratedSecurityOnly` | Server is in integrated security mode.<br /><br />1 = Integrated security (Windows Authentication)<br /><br />0 = Not integrated security. (Both Windows Authentication and [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Authentication.)<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **int** |

0 commit comments

Comments
 (0)