SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildRowsReturned Property

Definition

Gets the number of rows returned for the selected child connection.

public:
 property long ChildRowsReturned { long get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ConnectionRowsReturned_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ConnectionRowsReturned_Name")]
public long ChildRowsReturned { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("ConnectionDetails_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ConnectionRowsReturned_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ConnectionRowsReturned_Name")>]
member this.ChildRowsReturned : int64
Public ReadOnly Property ChildRowsReturned As Long

Property Value

The number of rows returned for the selected child connection.

Attributes

Applies to