ParameterInfo.Description 属性

定义

获取 ParameterInfo 对象的说明。

public:
 property System::String ^ Description { System::String ^ get(); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "DescriptionDesc")]
public string Description { get; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "DescriptionDesc")>]
member this.Description : string
Public ReadOnly Property Description As String

属性值

String

指定对象的说明。

属性

适用于