Construtor ExpressionNodeNotConfigurableException (String)
Initializes a new instance of the ExpressionNodeNotConfigurableException class that has the specified sub type.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
subtype As String _
)
'Uso
Dim subtype As String
Dim instance As New ExpressionNodeNotConfigurableException(subtype)
public ExpressionNodeNotConfigurableException(
string subtype
)
public:
ExpressionNodeNotConfigurableException(
String^ subtype
)
new :
subtype:string -> ExpressionNodeNotConfigurableException
public function ExpressionNodeNotConfigurableException(
subtype : String
)
Parâmetros
- subtype
Tipo: System.String
A String value that specifies the sub type value.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Exemplos
Consulte também
Referência
ExpressionNodeNotConfigurableException Classe