Construtor SfcQueryConnectionUnavailableException (String)
Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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.
Consulte também
Referência
SfcQueryConnectionUnavailableException Classe