Méthode SqlEnumResult.BuildSql
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function BuildSql As StringCollection
'Utilisation
Dim instance As SqlEnumResult
Dim returnValue As StringCollection
returnValue = instance.BuildSql()
public StringCollection BuildSql()
public:
StringCollection^ BuildSql()
member BuildSql : unit -> StringCollection
public function BuildSql() : StringCollection
Valeur de retour
Type : System.Collections.Specialized.StringCollection
The tsql that will provide the result for the user.