Share via


IDTSCustomProperty100.Description Property

Gets or sets the description of an IDTSCustomProperty100 object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property Description As String
    Get
    Set
'Usage
Dim instance As IDTSCustomProperty100
Dim value As String

value = instance.Description

instance.Description = value

Property Value

Type: System.String
A string that contains the description of the IDTSCustomProperty100 object.

Implements

IDTSObject100.Description