你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotebookParameter Class

Definition

Notebook parameter.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookParameter+NotebookParameterConverter))]
public class NotebookParameter
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.NotebookParameter+NotebookParameterConverter))>]
type NotebookParameter = class
Public Class NotebookParameter
Inheritance
NotebookParameter
Attributes

Constructors

Name Description
NotebookParameter()

Initializes a new instance of NotebookParameter.

Properties

Name Description
Type

Notebook parameter type.

Value

Notebook parameter value. Type: string (or Expression with resultType string).

Applies to