Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of InvalidScriptingOptionException, specifying the message to associate with this instance.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New InvalidScriptingOptionException(message)
public InvalidScriptingOptionException(
string message
)
public:
InvalidScriptingOptionException(
String^ message
)
new :
message:string -> InvalidScriptingOptionException
public function InvalidScriptingOptionException(
message : String
)
Parameter
- message
Typ: System.String
A String which contains message to associate with the InvalidScriptingOptionException.
Siehe auch
Verweis
InvalidScriptingOptionException Klasse