Freigeben über


UnknownTypeEnumeratorException-Konstruktor (String)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Sub New ( _
    typeName As String _
)
'Usage
Dim typeName As String 

Dim instance As New UnknownTypeEnumeratorException(typeName)
public UnknownTypeEnumeratorException(
    string typeName
)
public:
UnknownTypeEnumeratorException(
    String^ typeName
)
new : 
        typeName:string -> UnknownTypeEnumeratorException
public function UnknownTypeEnumeratorException(
    typeName : String
)

Parameter

  • typeName
    Typ: System.String
    A string that specifies the type name.

Siehe auch

Verweis

UnknownTypeEnumeratorException Klasse

UnknownTypeEnumeratorException-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace