Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the description given to the parameter located in the specified position in the array. This field is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterDescriptions As String()
Get
'Usage
Dim instance As EventInfo
Dim value As String()
value = instance.ParameterDescriptions
public string[] ParameterDescriptions { get; }
public:
property array<String^>^ ParameterDescriptions {
array<String^>^ get ();
}
member ParameterDescriptions : string[]
function get ParameterDescriptions () : String[]
Property Value
Type: array<System.String[]
A String that contains the description for the parameter.