Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the Win32 error code that defines problems encountered when starting and stopping the SQL Server service.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxis
'Declaración
Public ReadOnly Property ExitCode As Integer
Get
'Uso
Dim instance As Service
Dim value As Integer
value = instance.ExitCode
public int ExitCode { get; }
public:
property int ExitCode {
int get ();
}
member ExitCode : int
function get ExitCode () : int
Valor de la propiedad
Tipo: System.Int32
An Int32 value that specifies the Win32 error code that defines problems encountered when starting and stopping the service.
Ejemplos
Administrar servicios y configuración de red utilizando el proveedor WMI
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi