DuplicatePropertyException(ISfcProperty) Constructor

Definition

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.

Applies to