Share via


IPropertyDictionary.Add Method (String, Type)

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

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 _
)
'Usage
Dim instance As IPropertyDictionary
Dim name As String
Dim type As Type

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

Parameters