Constructeur WrongPropertyValueException (Property)
Initializes a new instance of the WrongPropertyValueException class for the specified property.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
propertyObject As Property _
)
'Utilisation
Dim propertyObject As [Property]
Dim instance As New WrongPropertyValueException(propertyObject)
public WrongPropertyValueException(
Property propertyObject
)
public:
WrongPropertyValueException(
Property^ propertyObject
)
new :
propertyObject:Property -> WrongPropertyValueException
public function WrongPropertyValueException(
propertyObject : Property
)
Paramètres
- propertyObject
Type : Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies the property that was assigned the wrong value.
Notes
Initializes a new instance of the WrongPropertyValueException class.
Exemples
Voir aussi
Référence
WrongPropertyValueException Classe