SfcQueryConnectionUnavailableException 建構函式 (String)
Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message. 僅供參考之用。不支援。我們無法保證未來的相容性。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
message As String _
)
'用途
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
)
參數
- message
型別:System. . :: . .String
The message that describes the error.