Constructeur UnknownPropertyEnumeratorException (String)
Initializes a new instance of the UnknownPropertyEnumeratorException class with the specified property name parameter. Ne référencez pas directement 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.