Share via


IPropertyDictionary.Add Method (String, Type, PropertyCollisionResolution)

Adds a property to the dictionary with the specified name, type, and interface resolution.

Namespace:  Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Sub Add ( _
    name As String, _
    type As Type, _
    collisionResolution As PropertyCollisionResolution _
)
'Usage
Dim instance As IPropertyDictionary
Dim name As String
Dim type As Type
Dim collisionResolution As PropertyCollisionResolution

instance.Add(name, type, collisionResolution)
void Add(
    string name,
    Type type,
    PropertyCollisionResolution collisionResolution
)
void Add(
    String^ name, 
    Type^ type, 
    PropertyCollisionResolution collisionResolution
)
abstract Add : 
        name:string * 
        type:Type * 
        collisionResolution:PropertyCollisionResolution -> unit 
function Add(
    name : String, 
    type : Type, 
    collisionResolution : PropertyCollisionResolution
)

Parameters