Output the return count/values
Namespace: MSBuild.Community.Tasks.SqlServer
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public ReadOnly Property Results As Integer[] |
| C# |
|---|
| [Output] public int[] Results { get; } |
| C++ |
|---|
| [Output] public property int[] Results sealed { array<int>^ get(); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public int[] get_Results(); |
| JScript |
|---|
| public function get Results() : int[] |
See Also
Documentation version 1.0.0.0.