IPropertyDictionary.Add Method (ISfcProperty)
Adds the specified property to the dictionary.
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 _
)
'Usage
Dim instance As IPropertyDictionary
Dim property As ISfcProperty
instance.Add(property)
void Add(
ISfcProperty property
)
void Add(
ISfcProperty^ property
)
abstract Add :
property:ISfcProperty -> unit
function Add(
property : ISfcProperty
)
Parameters
- property
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
The interface that provides information about a property.