Constructeur QueryNotSupportedEnumeratorException (String)
string <parameterReference>message</parameterReference>
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New QueryNotSupportedEnumeratorException(message)
public QueryNotSupportedEnumeratorException(
string message
)
public:
QueryNotSupportedEnumeratorException(
String^ message
)
new :
message:string -> QueryNotSupportedEnumeratorException
public function QueryNotSupportedEnumeratorException(
message : String
)
Paramètres
- message
Type : System.String
A String value that specifies the message string for the Query Not Supported Enumerator exception.
Voir aussi
Référence
QueryNotSupportedEnumeratorException Classe