TaskComponent.Properties Property
Gets or sets the properties of the component.
Namespace: Microsoft.SqlServer.Management
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Public Property Properties As RegisteredPropertyDictionary
Get
Set
'Usage
Dim instance As TaskComponent
Dim value As RegisteredPropertyDictionary
value = instance.Properties
instance.Properties = value
public RegisteredPropertyDictionary Properties { get; set; }
public:
property RegisteredPropertyDictionary^ Properties {
RegisteredPropertyDictionary^ get ();
void set (RegisteredPropertyDictionary^ value);
}
member Properties : RegisteredPropertyDictionary with get, set
function get Properties () : RegisteredPropertyDictionary
function set Properties (value : RegisteredPropertyDictionary)
Property Value
Type: Microsoft.SqlServer.Management.RegisteredPropertyDictionary
A value that represents the property of the component.