Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Scans and tests the integrity of database pages that are used to maintain table data in operating system files that implement the file group.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function CheckFileGroupDataOnly As StringCollection
'Utilisation
Dim instance As FileGroup
Dim returnValue As StringCollection
returnValue = instance.CheckFileGroupDataOnly()
public StringCollection CheckFileGroupDataOnly()
public:
StringCollection^ CheckFileGroupDataOnly()
member CheckFileGroupDataOnly : unit -> StringCollection
public function CheckFileGroupDataOnly() : StringCollection
Valeur de retour
Type : System.Collections.Specialized.StringCollection
A StringCollection object value that contains the error messages returned for the integrity test.
Notes
The CheckFileGroupDataOnly method is implemented by using the Transact-SQL DBCC CHECKFILEGROUP statement with the NOINDEX option specified.
Exemples
Utilisation des objets de base de données
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo