Construtor UnknownTypeEnumeratorException (String)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
typeName As String _
)
'Uso
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
)
Parâmetros
- typeName
Tipo: System. . :: . .String
A string that specifies the type name.