共用方式為


UnsupportedTargetSetForFacetException 類別

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<SerializableAttribute> _
Public NotInheritable Class UnsupportedTargetSetForFacetException _
    Inherits DmfException
'用途
Dim instance As UnsupportedTargetSetForFacetException
[SerializableAttribute]
public sealed class UnsupportedTargetSetForFacetException : DmfException
[SerializableAttribute]
public ref class UnsupportedTargetSetForFacetException sealed : public DmfException
[<SealedAttribute>]
[<SerializableAttribute>]
type UnsupportedTargetSetForFacetException =  
    class
        inherit DmfException
    end
public final class UnsupportedTargetSetForFacetException extends DmfException

繼承階層

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
        Microsoft.SqlServer.Management.Dmf..::..UnsupportedTargetSetForFacetException

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。