MissingTypeFacetAssociationException 建構函式 (String, String)
Initializes a new instance of the MissingTypeFacetAssociationException class that has the specified type name and facet.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
typeName As String, _
facet As String _
)
'用途
Dim typeName As String
Dim facet As String
Dim instance As New MissingTypeFacetAssociationException(typeName, _
facet)
public MissingTypeFacetAssociationException(
string typeName,
string facet
)
public:
MissingTypeFacetAssociationException(
String^ typeName,
String^ facet
)
new :
typeName:string *
facet:string -> MissingTypeFacetAssociationException
public function MissingTypeFacetAssociationException(
typeName : String,
facet : String
)
參數
- typeName
型別:System. . :: . .String
A String value that specifies the type name.
- facet
型別:System. . :: . .String
A String value that specifies the name of the facet.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。