Compartilhar via


Propriedade do RDL ParameterInfo.Description

Gets the description of the ParameterInfo object.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property Description As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The description of the specified object.

Consulte também

Referência

ParameterInfo Classe

Namespace Microsoft.SqlServer.Dts.Runtime