WrongPropertyValueException Constructor (Property)
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
'Deklaracja
Public Sub New ( _
propertyObject As Property _
)
public WrongPropertyValueException (
Property propertyObject
)
public:
WrongPropertyValueException (
Property^ propertyObject
)
public WrongPropertyValueException (
Property propertyObject
)
public function WrongPropertyValueException (
propertyObject : Property
)
Parameters
- propertyObject
A Property object that specifies the property that was assigned the wrong value.
Remarks
Initializes a new instance of the WrongPropertyValueException class.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.