SqlScriptEditorControl.MultiServerPropertiesDisplay.ChildRowsReturned プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
選択された子接続に関して返される行の数を取得します。
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
プロパティ値
選択された子接続に関して返される行の数です。
- 属性