Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the OpenObjects property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property OpenObjects As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.OpenObjects
instance.OpenObjects = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
int OpenObjects { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property int OpenObjects {
int get ();
void set (int value);
}
[<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 value.