Compartir a través de


ParameterInfo.Description Propiedad

Gets the description of the ParameterInfo object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime