Construtor NoTargetSetEnabledException (String)
Initializes a new instance of the NoTargetSetEnabledException class that has the specified message text.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
objectSetName As String _
)
'Uso
Dim objectSetName As String
Dim instance As New NoTargetSetEnabledException(objectSetName)
public NoTargetSetEnabledException(
string objectSetName
)
public:
NoTargetSetEnabledException(
String^ objectSetName
)
new :
objectSetName:string -> NoTargetSetEnabledException
public function NoTargetSetEnabledException(
objectSetName : String
)
Parâmetros
- objectSetName
Tipo: System.String
A String value that specifies the target set that is not enabled.
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
NoTargetSetEnabledException Classe