DuplicatePropertyException(ISfcProperty) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DuplicatePropertyException class with the specified property information.
public:
DuplicatePropertyException(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ propertyInfo);
public DuplicatePropertyException (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty propertyInfo);
new Microsoft.SqlServer.Management.Data.DuplicatePropertyException : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty -> Microsoft.SqlServer.Management.Data.DuplicatePropertyException
Public Sub New (propertyInfo As ISfcProperty)
Parameters
- propertyInfo
- ISfcProperty
Information about the property.