Skip to content

Commit e6783c0

Browse files
authored
Update sql-server-file-operation.md
commit add Result
1 parent f30b645 commit e6783c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/problems/sql-server-file-operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ backupFiles.ForEach(x => x.CopyTo(x.FullName.Replace(path, backupPath)));
104104

105105
// RETURN the number of affected files
106106
return backupFiles.Count;
107-
').Impersonate().EvalReadAccessInt()
107+
').Impersonate().EvalReadAccessInt() as Result
108108

109109
{% endhighlight %}
110110

0 commit comments

Comments
 (0)