Constructeur MissingServerPermissionsException (String)
Initializes a new instance of the MissingServerPermissionsException class with the specified error message.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New MissingServerPermissionsException(message)
public MissingServerPermissionsException(
string message
)
public:
MissingServerPermissionsException(
String^ message
)
new :
message:string -> MissingServerPermissionsException
public function MissingServerPermissionsException(
message : String
)
Paramètres
- message
Type : System. . :: . .String
A String value that specifies the message text describing the event that caused the exception.