Share via


TaskComponent.ITaskFormComponentInfo.Properties Property

Gets the properties associated with the component.

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

Syntax

'Declaration
Private ReadOnly Property Properties As IPropertyDictionary
    Implements ITaskFormComponentInfo.Properties
    Get
'Usage
Dim instance As TaskComponent
Dim value As IPropertyDictionary

value = CType(instance, ITaskFormComponentInfo).Properties
IPropertyDictionary ITaskFormComponentInfo.Properties { get; }
private:
virtual property IPropertyDictionary^ Properties {
    IPropertyDictionary^ get () sealed = ITaskFormComponentInfo::Properties::get;
}
private abstract Properties : IPropertyDictionary
private override Properties : IPropertyDictionary
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.SqlServer.Management.Data.IPropertyDictionary
The properties associated with the component.

Implements

ITaskFormComponentInfo.Properties