Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the WrongPropertyValueException class for the specified property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
propertyObject As Property _
)
'Usage
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
)
Parameters
- propertyObject
Type: Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies the property that was assigned the wrong value.
Remarks
Initializes a new instance of the WrongPropertyValueException class.
Examples
See Also
Reference
WrongPropertyValueException Class