Compartir a través de


SfcInvalidConnectionContextModeChangeException Constructor (String, String)

Initializes a new instance of the SfcInvalidConnectionContextModeChangeException class with the specified connection context modes. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Sub New ( _
    fromMode As String, _
    toMode As String _
)
'Uso
Dim fromMode As String 
Dim toMode As String 

Dim instance As New SfcInvalidConnectionContextModeChangeException(fromMode, _
    toMode)
public SfcInvalidConnectionContextModeChangeException(
    string fromMode,
    string toMode
)
public:
SfcInvalidConnectionContextModeChangeException(
    String^ fromMode, 
    String^ toMode
)
new : 
        fromMode:string * 
        toMode:string -> SfcInvalidConnectionContextModeChangeException
public function SfcInvalidConnectionContextModeChangeException(
    fromMode : String, 
    toMode : String
)

Parámetros

  • fromMode
    Tipo: System.String
    The original connection context mode.

Vea también

Referencia

SfcInvalidConnectionContextModeChangeException Clase

Sobrecarga de SfcInvalidConnectionContextModeChangeException

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc