หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Construct a new instance of the DacServicesException class with the specified error message.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New DacServicesException(message)
public DacServicesException(
string message
)
public:
DacServicesException(
String^ message
)
new :
message:string -> DacServicesException
public function DacServicesException(
message : String
)
Parameters
- message
Type: System.String
The message that describes the error.