IPropertyDictionary.Add Method (ISfcProperty, PropertyCollisionResolution)
Adds a property to the dictionary with the specified interface resolution.
Namespace: Microsoft.SqlServer.Management.Data
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Sub Add ( _
property As ISfcProperty, _
collisionResolution As PropertyCollisionResolution _
)
'Usage
Dim instance As IPropertyDictionary
Dim property As ISfcProperty
Dim collisionResolution As PropertyCollisionResolution
instance.Add(property, collisionResolution)
void Add(
ISfcProperty property,
PropertyCollisionResolution collisionResolution
)
void Add(
ISfcProperty^ property,
PropertyCollisionResolution collisionResolution
)
abstract Add :
property:ISfcProperty *
collisionResolution:PropertyCollisionResolution -> unit
function Add(
property : ISfcProperty,
collisionResolution : PropertyCollisionResolution
)
Parameters
- property
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
The interface that provides information about a property.
- collisionResolution
Type: Microsoft.SqlServer.Management.Data.PropertyCollisionResolution
The resolution of the property.