SfcQueryConnectionUnavailableException Constructor (String)
Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
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 ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New SfcQueryConnectionUnavailableException(message)
public SfcQueryConnectionUnavailableException(
string message
)
public:
SfcQueryConnectionUnavailableException(
String^ message
)
new :
message:string -> SfcQueryConnectionUnavailableException
public function SfcQueryConnectionUnavailableException(
message : String
)
Parámetros
- message
Tipo: System.String
The message that describes the error.
Vea también
Referencia
SfcQueryConnectionUnavailableException Clase