Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the UnknownPropertyEnumeratorException class with the specified property name parameter. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
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 ( _
propertyName As String _
)
'Utilisation
Dim propertyName As String
Dim instance As New UnknownPropertyEnumeratorException(propertyName)
public UnknownPropertyEnumeratorException(
string propertyName
)
public:
UnknownPropertyEnumeratorException(
String^ propertyName
)
new :
propertyName:string -> UnknownPropertyEnumeratorException
public function UnknownPropertyEnumeratorException(
propertyName : String
)
Paramètres
- propertyName
Type : System.String
A string value for the property name.
Voir aussi
Référence
UnknownPropertyEnumeratorException Classe