Skip to content

Commit b5a1665

Browse files
YanoOfQueenscastlerwestMSFT
authored andcommitted
fixed typo
This function presumably deals with index or statistics properties, not database properties.
1 parent 24e3afa commit b5a1665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ INDEXPROPERTY ( object_ID , index_or_statistics_name , property )
3939
Is an expression that contains the name of the index or statistics for which to return property information. *index_or_statistics_name* is **nvarchar(128)**.
4040

4141
*property*
42-
Is an expression that contains the name of the database property to return. *property* is **varchar(128)**, and can be one of these values.
42+
Is an expression that contains the name of the index or statistics property to return. *property* is **varchar(128)**, and can be one of these values.
4343

4444
> [!NOTE]
4545
> Unless noted otherwise, NULL is returned when *property* is not a valid property name, *object_ID* is not a valid object ID, *object_ID* is an unsupported object type for the specified property, or the caller does not have permission to view the object's metadata.

0 commit comments

Comments
 (0)