PropertyViewer.PropertyItemCollection.Add Method (PropertyViewer.PropertyItem)
Adds a specified item to the collection of the property.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub Add ( _
item As PropertyViewer..::..PropertyItem _
)
'Usage
Dim instance As PropertyViewer..::..PropertyItemCollection
Dim item As PropertyViewer..::..PropertyItem
instance.Add(item)
public void Add(
PropertyViewer..::..PropertyItem item
)
public:
virtual void Add(
PropertyViewer..::..PropertyItem^ item
) sealed
abstract Add :
item:PropertyViewer..::..PropertyItem -> unit
override Add :
item:PropertyViewer..::..PropertyItem -> unit
public final function Add(
item : PropertyViewer..::..PropertyItem
)
Parameters
- item
Type: Microsoft.SqlServer.Management.Controls.PropertyViewer.PropertyItem
The object in the collection.