Свойство ParameterInfo.Description
Gets the description of the ParameterInfo object.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Property Description As String
Get
'Применение
Dim instance As ParameterInfo
Dim value As String
value = instance.Description
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
member Description : string
function get Description () : String
Значение свойства
Тип: System.String
The description of the specified object.