Costruttore NoTargetSetEnabledException (String)
Initializes a new instance of the NoTargetSetEnabledException class that has the specified message text.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
objectSetName As String _
)
'Utilizzo
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
)
Parametri
- objectSetName
Tipo: System.String
A String value that specifies the target set that is not enabled.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempi
Vedere anche
Riferimento
NoTargetSetEnabledException Classe