Classe InvalidScriptingOptionException
The InvalidScriptingOptionException represents an exception due to an invalid scripting option.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.InvalidScriptingOptionException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class InvalidScriptingOptionException _
Inherits SmoException
'Uso
Dim instance As InvalidScriptingOptionException
[SerializableAttribute]
public sealed class InvalidScriptingOptionException : SmoException
[SerializableAttribute]
public ref class InvalidScriptingOptionException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidScriptingOptionException =
class
inherit SmoException
end
public final class InvalidScriptingOptionException extends SmoException
O tipo InvalidScriptingOptionException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
InvalidScriptingOptionException() | Initializes a new instance of InvalidScriptingOptionException. | |
InvalidScriptingOptionException(String) | Initializes a new instance of InvalidScriptingOptionException, specifying the message to associate with this instance. | |
InvalidScriptingOptionException(String, Exception) | Initializes a new instance of InvalidScriptingOptionException, specifying the message to associate with this instance as well as the exception which caused this InvalidScriptingOptionException. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Herdado de SmoException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
SmoExceptionType | Gets the SmoExceptionType associated with this exception. (Substitui SmoException.SmoExceptionType.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Herdado de SmoException.) | |
ToString | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.