Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns the description given to the parameter located in the specified position in the array. This field is read-only.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParameterDescriptions As String()
Get
'Utilisation
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[]
Valeur de propriété
Type : array<System.String[]
A String that contains the description for the parameter.