SqlScriptEditorControl.MultiServerPropertiesDisplay.ElapsedTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得從開始到結束的總經過時間。
public:
property System::String ^ ElapsedTime { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ElapsedTime_Description")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ElapsedTime_Name")]
public string ElapsedTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("AggregateStatus_Category")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("ElapsedTime_Description")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("ElapsedTime_Name")>]
member this.ElapsedTime : string
Public ReadOnly Property ElapsedTime As String
屬性值
從開始到結束的整體時間。
- 屬性