Share via


IServerPerformanceFacet.OpenObjects-Eigenschaft

Gets the OpenObjects property for an instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("OpenObjectsDesc")> _
<DisplayNameKeyAttribute("OpenObjectsName")> _
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property OpenObjects As Integer 
    Get 
    Set
'Usage
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.OpenObjects

instance.OpenObjects = value
[DisplayDescriptionKeyAttribute("OpenObjectsDesc")]
[DisplayNameKeyAttribute("OpenObjectsName")]
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
int OpenObjects { get; set; }
[DisplayDescriptionKeyAttribute(L"OpenObjectsDesc")]
[DisplayNameKeyAttribute(L"OpenObjectsName")]
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property int OpenObjects {
    int get ();
    void set (int value);
}
[<DisplayDescriptionKeyAttribute("OpenObjectsDesc")>]
[<DisplayNameKeyAttribute("OpenObjectsName")>]
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract OpenObjects : int with get, set
function get OpenObjects () : int 
function set OpenObjects (value : int)

Eigenschaftswert

Typ: System.Int32
The OpenObjects property for an instance of SQL Server.

Siehe auch

Verweis

IServerPerformanceFacet Schnittstelle

Microsoft.SqlServer.Management.Smo-Namespace