Partilhar via


Classe SfcPropertyNotSetException

The exception that is thrown when a property that is required to be set for an operation is not set. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.

Hierarquia de herança

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
        Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyNotSetException

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class SfcPropertyNotSetException _
    Inherits SfcException
'Uso
Dim instance As SfcPropertyNotSetException
[SerializableAttribute]
public sealed class SfcPropertyNotSetException : SfcException
[SerializableAttribute]
public ref class SfcPropertyNotSetException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcPropertyNotSetException =  
    class 
        inherit SfcException 
    end
public final class SfcPropertyNotSetException extends SfcException

O tipo SfcPropertyNotSetException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SfcPropertyNotSetException() Initializes a new instance of the SfcPropertyNotSetException class. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Método público SfcPropertyNotSetException(String) Initializes a new instance of the SfcPropertyNotSetException class using the specified property name. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública HelpLink Gets a link to the help file associated with this exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcException.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message Gets the error message. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. (Substitui Exception.Message.)
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Sets the SerializationInfo object with information about the exception. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Herdado de Exception.)
Método protegido SetHelpContext Sets the help context value for the referenced exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcException.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc