Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an ExtendedProperty object to the ExtendedPropertyCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
extendedProperty As ExtendedProperty _
)
'Usage
Dim instance As ExtendedPropertyCollection
Dim extendedProperty As ExtendedProperty
instance.Add(extendedProperty)
public void Add(
ExtendedProperty extendedProperty
)
public:
void Add(
ExtendedProperty^ extendedProperty
)
member Add :
extendedProperty:ExtendedProperty -> unit
public function Add(
extendedProperty : ExtendedProperty
)
Parameters
- extendedProperty
Type: Microsoft.SqlServer.Management.Smo.ExtendedProperty
An ExtendedProperty object to be added to the ExtendedPropertyCollection collection.