Partager via


StoredProcedureProperties.Body Propriété

Définition

Obtient ou définit le corps de la procédure stockée Azure Cosmos DB.

[Newtonsoft.Json.JsonProperty(PropertyName="body")]
public string Body { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="body")>]
member this.Body : string with get, set
Public Property Body As String

Valeur de propriété

Corps de la procédure stockée.

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Doit être une fonction JavaScript valide. Par exemple, « function () { getContext().getResponse().setBody('Hello World!'); } »

S’applique à