Share via


ExtendedProperty Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ExtendedProperty class.

Overload List

  Name Description
Public method ExtendedProperty() Initializes a new instance of the ExtendedProperty class.
Public method ExtendedProperty(SqlSmoObject, String) Initializes a new instance of the ExtendedProperty class with the specified parent and name.
Public method ExtendedProperty(SqlSmoObject, String, Object) Initializes a new instance of the ExtendedProperty class with the specified parent, name, and value.

Top