ServiceStartMode-Eigenschaft
Ruft den Startmodus für den SQL Server-Dienst ab.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ServiceStartMode As ServiceStartMode
Get
'Usage
Dim instance As Server
Dim value As ServiceStartMode
value = instance.ServiceStartMode
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ServiceStartMode ServiceStartMode { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ServiceStartMode ServiceStartMode {
ServiceStartMode get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ServiceStartMode : ServiceStartMode
function get ServiceStartMode () : ServiceStartMode
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ServiceStartMode
Ein ServiceStartMode-Wert, der Informationen zum Startmodus des SQL Server-Diensts enthält.